Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ChoiceField Class / SelectedIndex Property

In This Topic
    SelectedIndex Property
    In This Topic
    Gets or sets the index of selected item.
    Syntax
    'Declaration
     
    Public Property SelectedIndex As System.Integer
    public System.int SelectedIndex {get; set;}
    See Also