Version

NavigationPaneClickArea Enumeration

Enumeration used to list the areas of the navigation pane that can be right-clicked to bring up a context menu.
Syntax
'Declaration
 
Public Enum NavigationPaneClickArea 
   Inherits System.Enum
public enum NavigationPaneClickArea : System.Enum 
Members
MemberDescription
GroupHeaderThe user right-clicked on a group header.
GroupItemAreaThe user right-clicked on a group's item area.
NavigationPaneHeaderThe user right-clicked on the navigation pane header (the topmost area of the navigation pane which displays the SelectedGroup text).
NoneNo defined area was right-clicked.
OverflowButtonThe user right-clicked on a group's overflow button.
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