Vcl.Ribbon.TRibbonSystemButton.SystemMenuButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SystemMenuButton : TSystemMenuButton read FSystemMenuButton write FSystemMenuButton;

C++

__property TSystemMenuButton SystemMenuButton = {read=FSystemMenuButton, write=FSystemMenuButton, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonSystemButton

Description

Indicates none or one of the system buttons (used to minimize, restore, close the ribbon, or bring out the help dialog).

See Also