Search
FlowChart.ClearSelection Method
See Also
 



Clears the current selection.

 Syntax

VB6  Copy Code

Public Sub ClearSelection ()

C++  Copy Code

public:
void ClearSelection ()

 Remarks

Deselects all items. The method does not raise any selection-related events. If you need an event handler method to be executed for the items who become unselected, call the handler method for each item in the selection lists.

 See Also