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