IClassifierObjectFactoryCreateClassSettingsControl Method |
Namespace: RelaxIS_SDK.Plugins.ClassifierAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax ClassifierClassSettingsControlBase CreateClassSettingsControl()
Function CreateClassSettingsControl As ClassifierClassSettingsControlBase
Dim instance As IClassifierObjectFactory
Dim returnValue As ClassifierClassSettingsControlBase
returnValue = instance.CreateClassSettingsControl()
Return Value
ClassifierClassSettingsControlBaseThe new control.
Remarks
The created control is disposed by RelaxIS and should not be reused.
If null (Nothing in VB.NET) is returned, the class settings page will not be shown.
See Also