TdxBarManager.Customizing(Boolean) Method
In This Article
Displays or closes the toolbar’s Customization Form.
#Declaration
Delphi
procedure Customizing(Show: Boolean);
#Parameters
Name | Type |
---|---|
Show | Boolean |
#Remarks
To display the toolbar’s Customization Form pass True as the Show parameter. Otherwise, it will be closed.
See Also