View::Deselect method
The Deselect method removes the specified node from the current selection.
Syntax
View.Deselect( _
ByVal Node As Node _
)
Parameters
-
Node
-
A value that specifies the node, as a Node object, to be removed from the current selection.
Return value
This method does not return a value.
Examples
' Deselect the node.
objView.Deselect objNode
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_View is defined as 6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38 |