This topic has not yet been rated - Rate this topic

_Explorer.ClearSelection Method

Office 2010

Cancels any selection in the active explorer.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
'Declaration
<DispIdAttribute()> _
Sub ClearSelection
'Usage
Dim instance As _Explorer

instance.ClearSelection()

After the ClearSelection method is called, the Count property of the Selection object that the Selection property returns is zero. Then, the SelectionChange event fires unless prior to calling of ClearSelection, the current view did not contain any items, the current folder was empty, or the Count property was already zero.

If the Reading Pane is visible and the current view is a table view, calling ClearSelection renders the Reading Pane blank.

If the current view or current folder does not contain any items, calling ClearSelection does not result in any change to the selection and does not fire the SelectionChange event.

ClearSelection returns an error if the item is being edited in the current view.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.