[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TMenu.ShortcutHandled

Indicates whether the shortcut key for a menu item is used in the menu.

Declaration

Source position: menus.pp line 412

public property TMenu.ShortcutHandled : Boolean
  read FShortcutHandled
  write FShortcutHandled;

See also

TMenu.IsShortcut

  

Indicates if the specified control message contains a shortcut (accelerator) key used in the menu.

TMenuItem.Enabled

  

Indicates if the menu item can be selected and executed.

TMenuItem.Click

  

Performs actions needed when the menu item is clicked.