Vcl.Ribbon.TRibbonSystemButton.TSystemMenuButton

From RAD Studio API Documentation
Jump to: navigation, search

C++

enum DECLSPEC_DENUM TSystemMenuButton : unsigned char { smbNone, smbMinimize, smbRestore, smbHelp, smbClose };

Properties

Type Visibility Source Unit Parent
enum public Vcl.Ribbon.hpp Vcl.Ribbon TRibbonSystemButton

Description

Enumerates the ribbon system buttons, which can be used to minimize, restore, close the ribbon, bring out the help dialog, or none of them.

See Also