Version

Close Method

Closes the UI associated with the provided column filter, if shown.
Syntax
'Declaration
 
Public Sub Close( _
   ByVal applyChanges As Boolean _
) 
public void Close( 
   bool applyChanges
)

Parameters

applyChanges
Specifies whether the selection changes made through the tree should be applied.
Remarks

Note: The tree is the only area of the UI that is affected by the applyChanges parameter. All other tools shown by the provider trigger actions that immediately apply a filter and close the menu, and so would not have any pending changes to apply.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also