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