 |
PdfFormFieldComboBoxSelectedIndex Property |
Gets or sets the selected item index for the combo box.
Namespace: SelectPdf.FormsAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic int SelectedIndex { get; set; }Public Property SelectedIndex As Integer
Get
Set
Property Value
Int32
RemarksReturns -1 of there is no item selected.
See Also