SelectedItem Property
Gets or sets the first selected item in the list.
Syntax
'Declaration Public Property SelectedItem As PDFListItem
'Usage Dim instance As PDFListField Dim value As PDFListItem instance.SelectedItem = value value = instance.SelectedItem
public PDFListItem SelectedItem {get; set;}
Property Value
A PDFListItem object specifying the first selected item.Exceptions
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | The item does not exist in the list. |
Remarks
null (Nothing in VB.NET) means that no item is selected.
If the item does not exist in the list, an exception is thrown.
If the item does not exist in the list, an exception is thrown.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also