SelectNode Method
Topic Last Modified: 2006-06-13
The SelectNode method selects a specified node.
Applies To
Syntax
Function SelectNode( ByVal URL As String)
HRESULT SelectNode
(
BSTR* URL
);
Parameters
- URL
The URL of the node to select. This URL must be UTF-encoded or derived from a TNode object.
Return Value
Returns S_OK if successful, or an error value otherwise.
Example
The following example selects a specified node in the TreeView control.
EXTV1.SelectNode "https://servername/Reports/Sales"