Relax |
Class | Description | |
---|---|---|
![]() | CheckboxOption | Adding an object of this type to a Wizard's option list creates a checkbox with a specific text to the settings that the user can check or uncheck. |
![]() | LabelOption | Adding an object of this type to a Wizard's option list creates a simple label that allows no user interaction. |
![]() | MultipleChoiceOption | Adding an object of this type to a Wizard's option list creates a list of radiobuttons with specific captions as defined in the PossibleAnswers list. The radiobuttons are contained in a groupbox with the caption defined in the constructor. |
![]() | NumericOption | Adding an object of this type to a Wizard's option list creates a numeric input box that allows the entry of a single floating point value. |
![]() | PositionSelectOption | Adding an object of this type to a Wizard's option list creates an additional settings page that displays the data of the spectrum in question with a defined transfer function and plot style. The user can select positions in the plot using different types of markers as defined in the Type property. |
![]() | SubOptionOption | Adding an object of this type to a Wizard's option list creates a TabPanel with nested options inside. |
![]() | TextOption | Adding an object of this type to a Wizard's option list creates a simple textbox. |
![]() | WizardOptionBase | The base class for each WizardOption. |
Enumeration | Description | |
---|---|---|
![]() | PositionSelectOptionPositionSelectType | Different types of markers to display to the user to select the positions |