Partager via


FindNodeAttribute Method

Retrieves the attribute from the first place it is defined. The attribute may be defined in the TreeNode, in the TreeNodeType, or in the TreeView.

Syntax

Visual Basic  Public  Function 
FindNodeAttribute( ByVal sAttrib As string ) As object
C# public  object 
FindNodeAttribute(string sAttrib );
Managed C++ public:  object 
FindNodeAttribute(string sAttrib );
JScript public  function
FindNodeAttribute(sAttrib : string );

Parameters

sAttrib Required. The name of the attribute to lookup.

Return Value

The value of the attribute.

Applies To

TREENODE

See Also

Internet Explorer WebControls, About the TreeView WebControl