|
Foxit PDF SDK
|
Inherits Object.
Public Member Functions | |
| WidgetChoiceOption () | |
| Constructor. | |
| WidgetChoiceOption (const wchar_t *option_label, bool selected) | |
| Constructor, with parameters. More... | |
| WidgetChoiceOption (const WidgetChoiceOption &option) | |
| Constructor, with another choice option object. More... | |
| WidgetChoiceOption & | operator= (const WidgetChoiceOption &option) |
| Assign operator. More... | |
| void | Set (const wchar_t *option_label, bool selected) |
| Set value. More... | |
Public Attributes | |
| WString | option_label |
| The displayed string value for the option. | |
| bool | selected |
| Used to indicate whether the option is selected or not. | |
This class represents the data of an option in list box or combo box.
|
inline |
Constructor, with parameters.
| [in] | option_label | The displayed string value for the option. |
| [in] | selected | true means the option is selected, and false means the option is not selected. |
|
inline |
Constructor, with another choice option object.
| [in] | option | Another choice option object. |
|
inline |
Assign operator.
| [in] | option | Another choice option object, whose value would be assigned to current object. |
|
inline |
Set value.
| [in] | option_label | The displayed string value for the option. |
| [in] | selected | true means the option is selected, and false means the option is not selected. |