BCGControlBar Library for .NET
GetQATPosition Method




Specifies the current position of the Quick Access Toolbar.
Syntax
'Declaration
 
Public Function GetQATPosition() As QATPosition
'Usage
 
Dim instance As QuickAccessToolbar
Dim value As QATPosition
 
value = instance.GetQATPosition()
public QATPosition GetQATPosition()
public: QATPosition GetQATPosition(); 
public:
QATPosition GetQATPosition(); 

Return Value

The QAT position can get three values. First, QAT is located above the Ribbon; second, QAT is located below the Ribbon; third, QAT is in the Popup state.
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

QuickAccessToolbar Class
QuickAccessToolbar Members

Send Feedback