Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / ListBoxField Class / SelectedIndexes Property

In This Topic
    SelectedIndexes Property
    In This Topic
    Gets or sets the indexes of selected items.
    Syntax
    'Declaration
     
    Public Property SelectedIndexes As System.Integer()
    public System.int[] SelectedIndexes {get; set;}
    See Also