GHotKeyCtrl

GHotKeyCtrl — allows the creation of a hot key.

Synopsis

class GHotKeyCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GHotKeyCtrl

Class Members

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)
Search on CHotKeyCtrl::Create.
GetHotKey (args?...)
Search on CHotKeyCtrl::GetHotKey.
SetHotKey (wVirtualKeyCode, wModifiers)
Search on CHotKeyCtrl::SetHotKey.
SetRules (wInvalidComb, wModifiers)
Search on CHotKeyCtrl::SetRules.

This class also inherits the functions of GWindowBase.