TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class
Members

In This Topic
    C1CheckList Class
    In This Topic
    A list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.
    Object Model
    C1CheckList ClassCheckListBindingInfo ClassC1CheckListItemCollection ClassC1CheckListItem ClassC1CheckListItem ClassC1CheckListSelectedItemCollection ClassC1CheckListItem ClassCheckListStyles Class
    Syntax
    'Declaration
     
    
    <ToolboxItemAttribute(True)>
    <C1DescriptionAttribute("C1CheckList", "Represents a list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.")>
    <DesignerAttribute("C1.Win.Design.C1ControlDesigner, C1.Win.Design.6, Version=6.0.20222.566")>
    <LicenseProviderAttribute()>
    <ToolboxBitmapAttribute(C1.Win.TreeView.C1CheckList, "C1CheckList.png")>
    <DefaultPropertyAttribute("Text")>
    <DefaultEventAttribute("Click")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    Public Class C1CheckList 
       Inherits C1.Framework.XViewHost
    [ToolboxItem(true)]
    [C1Description("C1CheckList", "Represents a list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.")]
    [Designer("C1.Win.Design.C1ControlDesigner, C1.Win.Design.6, Version=6.0.20222.566")]
    [LicenseProvider()]
    [ToolboxBitmap(C1.Win.TreeView.C1CheckList, "C1CheckList.png")]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class C1CheckList : C1.Framework.XViewHost 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                   C1.Win.TreeView.C1CheckList

    See Also