GHotKeyCtrl
GHotKeyCtrl — allows the creation of a hot key.
class GHotKeyCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GHotKeyCtrl
These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CHotKeyCtrl::Create.
GetHotKey (args?...)Corresponds to CHotKeyCtrl::GetHotKey.
SetHotKey (wVirtualKeyCode, wModifiers)Corresponds to CHotKeyCtrl::SetHotKey.
SetRules (wInvalidComb, wModifiers)Corresponds to CHotKeyCtrl::SetRules.
This class also inherits the functions of GWindowBase.