BCGControlBar Library for .NET
QATPosition Enumeration




Specifies the location of the Quick Access Toolbar subject to the RibbonControl boundaries.
Syntax
'Declaration
 
Public Enum QATPosition 
   Inherits System.Enum
'Usage
 
Dim instance As QATPosition
public enum QATPosition : System.Enum 
__value public enum QATPosition : public System.Enum 
public enum class QATPosition : public System.Enum 
Members
MemberDescription
AboveRibbonThe QAT is located at the of the Ribbon Control.
BelowRibbonThe QAT is located at the bottom of the Ribbon Control.
PopupRibbon is situated in floaty popup window.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.Ribbon.QATPosition

Requirements

Target Platforms: 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

Reference

BCGSoft.ControlBars.Ribbon Namespace

Send Feedback