Vcl.Ribbon.TRibbonSystemButton.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent; sysButton : TSystemMenuButton); reintroduce;

C++

__fastcall TRibbonSystemButton(System::Classes::TComponent* AOwner, TSystemMenuButton sysButton);

Properties

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

Description

Creates an instance of TRibbonSystemButton. The system buttons can minimize, maximize, or close the ribbon.

See Also