Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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