Foxit PDF SDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (option_label, selected) | |
Constructor, with parameters. More... | |
Set (option_label, selected) | |
Set value. More... | |
Public Attributes | |
option_label | |
The displayed string value for the option. | |
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.
FSDK.WidgetChoiceOption.constructor | ( | option_label | , |
selected | |||
) |
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. |
FSDK.WidgetChoiceOption.Set | ( | option_label | , |
selected | |||
) |
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. |