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

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