 | PdfChoiceFieldIsItemDefaultSelected Method |
Determines that the Combobox's or Listbox's item specified by index is selected by Default
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool IsItemDefaultSelected(
int index
)
Public Function IsItemDefaultSelected (
index As Integer
) As Boolean
public:
bool IsItemDefaultSelected(
int index
)
member IsItemDefaultSelected :
index : int -> bool public boolean IsItemDefaultSelected(
int index
)
function IsItemDefaultSelected(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