ComponentOne MultiSelect for WinForms
C1.Win.Input.Theme.MultiSelect Namespace / MultiSelectStyles Class / CheckList Property

In This Topic
    CheckList Property (MultiSelectStyles)
    In This Topic
    Gets or sets C1.Win.TreeView.Styles.CheckListStyles contains display attributes that determine the appearance of CheckList element on the screen.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CheckList As C1.Win.TreeView.Styles.CheckListStyles
    public C1.Win.TreeView.Styles.CheckListStyles CheckList {get;}
    See Also