Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.FlatCloseButton Property

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 FlatCloseButton property influences the appearance of the main menu’s Close button only when the current bar manager’s style is standard or enhanced.

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