TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNode Class / CheckState Property

In This Topic
    CheckState Property (C1TreeNode)
    In This Topic
    Gets or sets the state of the tree node checkbox.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1DescriptionAttribute("C1TreeNode.CheckState", "Gets or sets the state of the tree node checkbox.")>
    <C1CategoryAttribute("Behavior")>
    Public Property CheckState As CheckState
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Description("C1TreeNode.CheckState", "Gets or sets the state of the tree node checkbox.")]
    [C1Category("Behavior")]
    public CheckState CheckState {get; set;}
    See Also