IRelaxISPlotAsControl Property |
Gets this object as a windows forms control.
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
SyntaxControl AsControl { get; }
ReadOnly Property AsControl As Control
Get
Dim instance As IRelaxISPlot
Dim value As Control
value = instance.AsControl
Property Value
Control
RemarksThe returned object is the same as this IRelaxISPlot instance.
See Also