Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves a value that indicates whether to display a check box next to the nodes in a tree.
Syntax
< tagPrefix: ELEMENT CHECKBOX = bCheckBox ... > |
[ bCheckBox = ] object . CheckBox |
Possible Values
tagPrefix | Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. | ||||
bCheckBox | System.Boolean that specifies or receives whether to display a check box next to the nodes in the tree.
|
The property is read/write. The property has a default value of false .
Remarks
Note The following is true only when a TreeNode overrides a false value on a TreeNodeType and you are using the TreeView Editor in Visual Studio .NET . Where the value of the CheckBox attribute on a TreeNodeType is true , a TreeNode element that is assigned that TreeNodeType cannot directly override the CheckBox value. To override the value and set it to false , do the following:
Applies To
TreeBase , TREENODE , TREENODETYPE | |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |