Label |
The LabelOption type exposes the following members.
Name | Description | |
---|---|---|
![]() | LabelOption(String, String, Int32) | Initializes a new object of type LabelOption with the given name, caption and Sorting Index. |
![]() | LabelOption(String, String, Int32, Size, Padding) | Initializes a new object of type CheckBoxOption with the given name, caption sorting index and dimensions. |
Name | Description | |
---|---|---|
![]() | Caption |
The caption that is mainly used to display the option in the Wizard's settings page.
(Inherited from WizardOptionBase) |
![]() | Dimensions |
The size of this option's display control in the Wizard dialog.
(Inherited from WizardOptionBase) |
![]() | DisplayIndex |
The position of this option in the settings list of the Wizard dialog.
(Inherited from WizardOptionBase) |
![]() | DoAutoSize | Defines the value of the AutoSize property of the created label |
![]() | Margin | Determines the margin set for the created label. |
![]() | Name |
The internal name of the option that can be used to refer to this option in the results.
(Inherited from WizardOptionBase) |
![]() | SortIndex |
The internal SortIndex used by the IOrdered interface.
(Inherited from WizardOptionBase) |
![]() | Tooltip |
The tooltip display for this option.
(Inherited from WizardOptionBase) |
Name | Description | |
---|---|---|
![]() | ToCheckboxOption |
Helper function to get a CheckboxOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |
![]() | ToMultipleChoiceOption |
Helper function to get a MultipleChoiceOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |
![]() | ToNumericOption |
Helper function to get a NumericOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |
![]() | ToPositionSelectOption |
Helper function to get a PositionSelectOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |
![]() | ToSubOptionOption |
Helper function to get a SubOptionOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |
![]() | ToTextOption |
Helper function to get a TextOption from the WizardOptionBase object.
(Inherited from WizardOptionBase) |