Vcl.ActnMenus.TCustomMDIMenuButton.ButtonStyle
Delphi
property ButtonStyle: TMDIButtonStyle read FButtonStyle write FButtonStyle;
C++
__property TMDIButtonStyle ButtonStyle = {read=FButtonStyle, write=FButtonStyle, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomMDIMenuButton |
Description
Determines the style of the MDI button.
These are the possible values of ButtonStyle:
| Value | Meaning |
|---|---|
|
mbMinimize |
Minimizes the MDI child form. |
|
mbRestore |
Restores the MDI child form, if it is minimized. |
|
mbClose |
Closes the MDI child form. |