Click or drag to resize

ClassifierSettingsControlBase Class

Defines a control that displays and edits a ClassifierSettingsBase object.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              RelaxIS_SDK.Plugins.Classifier.ControlsClassifierSettingsControlBase

Namespace: RelaxIS_SDK.Plugins.Classifier.Controls
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class ClassifierSettingsControlBase : UserControl

The ClassifierSettingsControlBase type exposes the following members.

Constructors
 NameDescription
Public methodClassifierSettingsControlBaseInitializes a new instance of the ClassifierSettingsControlBase class
Top
Methods
 NameDescription
Public methodApplyTo Apply the defined settings to a settings object.
Public methodInitializeFrom Display the given settings object.
Top
Remarks
The settings object handed to the
See Also