TdxRibbonQuickAccessToolbar.HasGroupButtonForToolbar(TdxBar) Method
Checks whether AToolbar contains the Customize Button bar item.
Declaration
function HasGroupButtonForToolbar(AToolbar: TdxBar): Boolean;
Parameters
Name | Type |
---|---|
AToolbar | TdxBar |
Returns
Type |
---|
Boolean |
Remarks
The Ribbon Quick Access Toolbar is a container for a toolbar that is docked to it using the Toolbar property.
To invoke the Ribbon Quick Access Toolbar’s drop-down menu, the docked toolbar must contain the Customize Button bar item.
The HasGroupButtonForToolbar method returns True, if the specified bar contains an item of type TdxRibbonQuickAccessGroupButton; otherwise – False.
See Also