bool ProcessShortCut(
ref Message msg,
Keys keyData
)
Function ProcessShortCut (
ByRef msg As Message,
keyData As Keys
) As Boolean
bool ProcessShortCut(
Message% msg,
Keys keyData
)
abstract ProcessShortCut :
msg : Message byref *
keyData : Keys -> bool