Click or drag to resize

WizardOptionBase Class

The base class for each WizardOption.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.Wizard.WizardOptionsWizardOptionBase
    More

Namespace: RelaxIS_SDK.Wizard.WizardOptions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public abstract class WizardOptionBase : IOrdered

The WizardOptionBase type exposes the following members.

Constructors
 NameDescription
Public methodWizardOptionBase Creates a new WizardOptionBase object.
Top
Properties
 NameDescription
Public propertyCaption The caption that is mainly used to display the option in the Wizard's settings page.
Public propertyDimensions The size of this option's display control in the Wizard dialog.
Public propertyDisplayIndex The position of this option in the settings list of the Wizard dialog.
Public propertyName The internal name of the option that can be used to refer to this option in the results.
Public propertySortIndex The internal SortIndex used by the IOrdered interface.
Public propertyTooltip The tooltip display for this option.
Top
Methods
 NameDescription
Public methodToCheckboxOption Helper function to get a CheckboxOption from the WizardOptionBase object.
Public methodToMultipleChoiceOption Helper function to get a MultipleChoiceOption from the WizardOptionBase object.
Public methodToNumericOption Helper function to get a NumericOption from the WizardOptionBase object.
Public methodToPositionSelectOption Helper function to get a PositionSelectOption from the WizardOptionBase object.
Public methodToSubOptionOption Helper function to get a SubOptionOption from the WizardOptionBase object.
Public methodToTextOption Helper function to get a TextOption from the WizardOptionBase object.
Top
See Also
Inheritance Hierarchy