Vcl.ActnMenus.TCustomMenuButton.Keyed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Keyed; override;

C++

virtual void __fastcall Keyed();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuButton

Description

Executes the button's function in response to a keyboard command.

This method is mostly the same as the inherited method. The only difference is that the button becomes selected.

See Also