Version

CloseNavigationPaneFlyout() Method

Closes the navigation pane flyout.
Syntax
'Declaration
 
Public Overloads Sub CloseNavigationPaneFlyout() 
public void CloseNavigationPaneFlyout()
Remarks

When a group's Style property resolves to 'ControlContainer', the group typically hosts a UserControl. The UltraExplorerBar does not receive keyboard notifications when that UserControl or one of its children has the input focus; when that UserControl is situated on the navigation pane flyout, the Enter and Escape keys will not close the flyout as they do when the ExplorerBar has the input focus. The CloseNavigationPaneFlyout method enables the end developer to programmatically close the navigation pane flyout.

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