Version

Location Property (RibbonGroup)

Returns an enumeration that indicates the location of the RibbonGroup. (read only)
Syntax
'Declaration
 
Public ReadOnly Property Location As ToolLocation
public ToolLocation Location {get;}
Remarks

The Location property is primarily intended to determine if the RibbonGroup is displayed within the QuickAccessToolbar. When it is displayed within the QAT, the RibbonGroup is represented by a button that when clicked will open the group and display its contents within a popup. The template of that button is based upon the template associated with the QuickAccessToolbarGroupButtonStyleKey resource key.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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