TdxBarManager.FlatCloseButton Property
In This Article
Specifies the border style of the Close button on the current bar manager’s main menu.
#Declaration
Delphi
property FlatCloseButton: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If the FlatCloseButton property is set to True, the Close button on the current bar manager’s toolbar that represents a main menu is drawn flat. Otherwise, it has a 3D appearance.
Note
The value of the Flat
In the following table a main menu with the Close button is displayed with different values for the FlatCloseButton property.
Value | Image |
---|---|
False | ![]() |
True | ![]() |
Use the ShowCloseButton property to show the Close button of the main menu.
See Also