MyTabControlProcessShortCut Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
public bool ProcessShortCut(
ref Message msg,
Keys keyData
)
Public Function ProcessShortCut (
ByRef msg As Message,
keyData As Keys
) As Boolean
public:
virtual bool ProcessShortCut(
Message% msg,
Keys keyData
) sealed
abstract ProcessShortCut :
msg : Message byref *
keyData : Keys -> bool
override ProcessShortCut :
msg : Message byref *
keyData : Keys -> bool
- msg Message
-
- keyData Keys
-
BooleanIShortCutsProcessShortCut(Message, Keys)