Removes an item from multiple selection.
SyntaxVB6
Copy Code
|
|---|
Public Sub RemoveFromSelection( _ |
C++
Copy Code
|
|---|
public: |
RemarksDeselects an item. According to its type, the item is removed from the SelectedBoxes, SelectedArrows or SelectedTables collections.
See Also