TreeView for WinForms | ComponentOne
C1.Win.TreeView 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
     
    
    <C1CategoryAttribute("Appearance")>
    <DefaultValueAttribute(True)>
    <C1DescriptionAttribute("C1CheckList.ShowCheckBoxes", "Gets or sets a value indicating whether check boxes should be visible or not.")>
    Public Property ShowCheckBoxes As Boolean
    [C1Category("Appearance")]
    [DefaultValue(true)]
    [C1Description("C1CheckList.ShowCheckBoxes", "Gets or sets a value indicating whether check boxes should be visible or not.")]
    public bool ShowCheckBoxes {get; set;}
    See Also