| C1.Win.TreeView Namespace > C1TreeNode Class : CheckState Property |
'Declaration<C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets the state of the tree node checkbox.")> Public Property CheckState As CheckState
'UsageDim instance As C1TreeNode Dim value As CheckState instance.CheckState = value value = instance.CheckState
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets the state of the tree node checkbox.")] public CheckState CheckState {get; set;}
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets the state of the tree node checkbox.")] public: property CheckState CheckState { CheckState get(); void set ( CheckState value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2