CHECKBOX Attribute | CheckBox Property

Sets or retrieves a value that indicates whether to display a check box next to the nodes in a tree.

Syntax

Visual Basic  Public  Property CheckBox As bool
C# public  bool CheckBox { get; set; }
Managed C++ public:  __property bool get_CheckBox();
public:  __property void set_CheckBox(bool);
JScript public   function get CheckBox() : bool;
public   function set CheckBox(bool);

Possible Values

bCheckBox bool that specifies or receives whether to display a check box next to the nodes in the tree.
falseDefault. No check boxes are displayed.
trueCheck boxes are displayed on each node in the tree.

The property is read/write. The property has a default value of false.

Remarks

Applies To

TreeBase

See Also

Internet Explorer WebControls, About the TreeView WebControl