ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfListBox Class / IsMultiselect Property

In This Topic
    IsMultiselect Property (PdfListBox)
    In This Topic
    Gets or sets a value indicating wther multiple items can be selected in the current PdfListBox.
    Syntax
    'Declaration
     
    
    Public Property IsMultiselect As Boolean
    public bool IsMultiselect {get; set;}
    See Also