Removes selection from all shapes that belong to the page or group displayed in the window.
Applies to: Window object
[[Let] boolRet =] object.DeselectAll () |
The DeselectAll method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Window object. |
boolRet | Optional. A Boolean type variable. |
This method is only effective when the window is of the document view type (see the Type property). For windows of other type the DeselectAll method returns False.
The DeselectAll method removes selection from all shapes displayed in the active page or group window and returns True. If there are no selected shapes in the window, it returns False. An inverse method to DeselectAll is the SelectAll method, which selects all shapes in the window.
See Also |
Type property, Deselect method, Select method, SelectAll method, SelectedNum method |