 | PdfChoiceFieldIsItemSelected Method |
Determines that the Combobox's or Listbox's item specified by index is selected
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool IsItemSelected(
int index
)
Public Function IsItemSelected (
index As Integer
) As Boolean
public:
bool IsItemSelected(
int index
)
member IsItemSelected :
index : int -> bool public boolean IsItemSelected(
int index
)
function IsItemSelected(index);
Parameters
- index Int32
- Zero based index of item in Combobox or Listbox.
Return Value
BooleanTrue if item selected, False otherwise
Exceptions| Exception | Condition |
|---|
| DomException | Generated for newly created fields that have not yet been added to the DOM. |
See Also