IClassifierObjectFactoryCreateSettingsControl Method |
Namespace: RelaxIS_SDK.Plugins.ClassifierAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax ClassifierSettingsControlBase CreateSettingsControl()
Function CreateSettingsControl As ClassifierSettingsControlBase
Dim instance As IClassifierObjectFactory
Dim returnValue As ClassifierSettingsControlBase
returnValue = instance.CreateSettingsControl()
Return Value
ClassifierSettingsControlBaseThe new control.
Remarks The created control is disposed by RelaxIS and should not be reused.
See Also