BCGControlBar Library for .NET
RefQAT Property




Specifies the Quick Access Toolbar which commands should be displayed in the popup menu.
Syntax
'Declaration
 
Public Property RefQAT As QuickAccessToolbar
'Usage
 
Dim instance As QATCustomizeButton
Dim value As QuickAccessToolbar
 
instance.RefQAT = value
 
value = instance.RefQAT
public QuickAccessToolbar RefQAT {get; set;}
public: __property QuickAccessToolbar* get_RefQAT();
public: __property void set_RefQAT( 
   QuickAccessToolbar* value
);
public:
property QuickAccessToolbar^ RefQAT {
   QuickAccessToolbar^ get();
   void set (    QuickAccessToolbar^ value);
}
Remarks
The specifies Quick Access Toolbar is also a parent toolbar for this QATButton.
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

QATCustomizeButton Class
QATCustomizeButton Members

Send Feedback