CHECKED Attribute | Checked Property
Sets or retrieves a value that indicates whether or not the node is checked.
Syntax
ASP <tagPrefix:TREENODE CHECKED = bChecked ... > Script [ bChecked = ] TREENODE.Checked
Possible Values
tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive. bChecked System.Boolean that specifies or receives the state of a node. falseDefault. The node is not checked.true
The node is checked.The property is read/write. The property has a default value of false.
Applies To
TREENODE
See Also
Internet Explorer WebControls, About the TreeView WebControl