Clears the current selection.
SyntaxVB6
Copy Code
|
|---|
Public Sub ClearSelection () |
C++
Copy Code
|
|---|
public: |
RemarksDeselects 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