GetNodeTypeAttribute Method
Retrieves a value that indicates the value of the attribute of the node's TreeNodeType.
Syntax
Visual Basic Public Function
GetNodeTypeAttribute( ByVal sAttrib As string ) As objectC# public object
GetNodeTypeAttribute(string sAttrib );Managed C++ public: object
GetNodeTypeAttribute(string sAttrib );JScript public function
GetNodeTypeAttribute(sAttrib : string );
Parameters
sAttrib Required. The name of the attribute to lookup.
Return Value
The value of the attribute or
null
.
Applies To
TREENODE
See Also
Internet Explorer WebControls, About the TreeView WebControl