Wizard |
The WizardOptionBase type exposes the following members.
Name | Description | |
---|---|---|
WizardOptionBase | Creates a new WizardOptionBase object. |
Name | Description | |
---|---|---|
Caption | The caption that is mainly used to display the option in the Wizard's settings page. | |
Dimensions | The size of this option's display control in the Wizard dialog. | |
DisplayIndex | The position of this option in the settings list of the Wizard dialog. | |
Name | The internal name of the option that can be used to refer to this option in the results. | |
SortIndex | The internal SortIndex used by the IOrdered interface. | |
Tooltip | The tooltip display for this option. |
Name | Description | |
---|---|---|
ToCheckboxOption | Helper function to get a CheckboxOption from the WizardOptionBase object. | |
ToMultipleChoiceOption | Helper function to get a MultipleChoiceOption from the WizardOptionBase object. | |
ToNumericOption | Helper function to get a NumericOption from the WizardOptionBase object. | |
ToPositionSelectOption | Helper function to get a PositionSelectOption from the WizardOptionBase object. | |
ToSubOptionOption | Helper function to get a SubOptionOption from the WizardOptionBase object. | |
ToTextOption | Helper function to get a TextOption from the WizardOptionBase object. |