ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / ShowCheckBoxes Property

In This Topic
    ShowCheckBoxes Property (C1CheckList)
    In This Topic
    Gets or sets a value indicating whether check boxes should be visible or not.
    Syntax
    'Declaration
     
    
    Public Property ShowCheckBoxes As Boolean
    public bool ShowCheckBoxes {get; set;}
    See Also