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
Syntax
'Declaration
<C1DescriptionAttribute("C1CheckList", "Represents a list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.")>
<ToolboxBitmapAttribute(C1.Win.TreeView.C1CheckList, "C1CheckList.png")>
<LicenseProviderAttribute()>
<ToolboxItemAttribute(True)>
<DesignerAttribute("C1.Win.TreeView.Design.C1CheckListDesigner")>
<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
[C1Description("C1CheckList", "Represents a list-based control with optional check boxes for each item, different selection modes and ability to select/unselect all items.")]
[ToolboxBitmap(C1.Win.TreeView.C1CheckList, "C1CheckList.png")]
[LicenseProvider()]
[ToolboxItem(true)]
[Designer("C1.Win.TreeView.Design.C1CheckListDesigner")]
[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
See Also