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

In This Topic
    MultiSelect Property
    In This Topic
    Gets or sets a value indicating whether more than one of the field’s option items may be selected simultaneously.
    Syntax
    'Declaration
     
    Public Property MultiSelect As System.Boolean
    public System.bool MultiSelect {get; set;}
    See Also