ComboBoxWidgetSetSelectedOption Method |
Selects the given option in the Combo Box widget
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSelectedOption(
string value
)
Public Sub SetSelectedOption (
value As String
)
public:
virtual void SetSelectedOption(
[InAttribute] String^ value
) sealed
function SetSelectedOption(value);
Parameters
- value
- Type: SystemString
The option to select
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also