DesignIntf.IHostForm.IsMenuKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsMenuKey(var Message: TWMKey): Boolean;

C++

virtual bool __fastcall IsMenuKey(Winapi::Messages::TWMKey &Message) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IHostForm

Description

Determines whether the pressed key is the menu key. It returns True if Message is associated with the menu key on the keyboard.