Click or drag to resize

RelaxIS_SDK.Wizard.WizardOptions Namespace

The RelaxIS_SDK.Wizard.WizardOptions namespace contains definitions for options, that are used to create the controls in the Wizard dialog.
Classes
 ClassDescription
Public classCheckboxOption 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.
Public classLabelOption Adding an object of this type to a Wizard's option list creates a simple label that allows no user interaction.
Public classMultipleChoiceOption 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.
Public classNumericOption 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.
Public classPositionSelectOption 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.
Public classSubOptionOption Adding an object of this type to a Wizard's option list creates a TabPanel with nested options inside.
Public classTextOption Adding an object of this type to a Wizard's option list creates a simple textbox.
Public classWizardOptionBase The base class for each WizardOption.
Enumerations
 EnumerationDescription
Public enumerationPositionSelectOptionPositionSelectType Different types of markers to display to the user to select the positions