BCGControlBar Library for .NET
IsQATAboveRibbon Property




Indicates a value whether the Quick Access Toolbar is located above the Ribbon.
Syntax
'Declaration
 
Public Property IsQATAboveRibbon As Boolean
'Usage
 
Dim instance As RibbonControl
Dim value As Boolean
 
instance.IsQATAboveRibbon = value
 
value = instance.IsQATAboveRibbon
public bool IsQATAboveRibbon {get; set;}
public: __property bool get_IsQATAboveRibbon();
public: __property void set_IsQATAboveRibbon( 
   bool value
);
public:
property bool IsQATAboveRibbon {
   bool get();
   void set (    bool value);
}
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

RibbonControl Class
RibbonControl Members

Send Feedback