ComboBoxWidgetGetSelectedOption Method |
Retrieves the option selected in the ComboBox widget
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetSelectedOption()
Public Function GetSelectedOption As String
public:
virtual String^ GetSelectedOption() sealed
function GetSelectedOption();
Return Value
Type:
String The option selected in the ComboBox widget
Exceptions Exception | Condition |
---|
[!:PDFNetException] | PDFNetException the PDFNet exception |
See Also