Vcl.RibbonActnCtrls.TRibbonLargeSplitButton.KeyTipClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure KeyTipClick; override;

C++

virtual void __fastcall KeyTipClick();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonLargeSplitButton

Description

Handles what happens when clicking a KeyTip.

KeyTipClick is called automatically when the user left-clicks the KeyTip. The method calls DoSplitButtonClick, which expands the pop-up menu.

See Also