Vcl.Ribbon.TRibbonSystemButton.DoClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoClick; override;

C++

virtual void __fastcall DoClick(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonSystemButton

Description

Clicks one of the system buttons, if they are visible.

See Also