Click or drag to resize

IClassifierObjectFactoryCreateClassSettingsControl Method

Create a new settings control to edit the class settings objects created by CreateClassSettings(ExecutionMode).

Namespace: RelaxIS_SDK.Plugins.Classifier
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
ClassifierClassSettingsControlBase CreateClassSettingsControl()

Return Value

ClassifierClassSettingsControlBase
The 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