CKeyboardManager 类 CKeyFrame 类 CLinearTransition 类 CLinearTransitionFromSpeed 类 CLinkCtrl 类 CList 类 CListBox 类 CListCtrl 类 CListView 类 CLongBinary 类 CMap 类 CMapPtrToPtr 类 CMapPtrToWord 类 CMapStringToOb 类 CMapStringToPtr 类 CMapStringToString 类 CMapWordToOb 类 CMapWordToPtr 类 CMDIChildWn...
1. Add keyboard: After installation, go to System Settings -> General -> Keyboard -> Add New Keyboard and select “C Keyboard" to add, then click C Keyboard -> Enable [Allow Full Access] -> Done 2. Start the keyboard: open any input box -> long press the globe button to select ...
CKeyboardManager::SaveStateSaves the shortcut key tables to the Windows registry.Copy BOOL SaveState( LPCTSTR lpszProfileName = NULL, CFrameWnd* pDefaultFrame = NULL); ParameterslpszProfileName [in] The registry path for saving the CKeyboardManager state....
您不应该手动创建 CKeyboardManager 对象。 它将由应用程序框架自动创建。 但是,您应调用时 CWinAppEx::InitKeyboardManager 初始化过程您的应用程序。 获取对键盘管理器的指针应用程序中,调用 CWinAppEx::GetKeyboardManager。示例下面的示例演示如何检索指向 CKeyboardManager 对象从 CWinAppEx 选件类以及如何显示所有热键...
C.1 About Keyboard Shortcuts Keyboard shortcuts provide an alternative to pointing devices for navigating the page. There are five types of keyboard shortcuts that can be provided in BLAF Plus applications: Tab traversal, using Tab and Shift+Tab keys: Moves the focus through UI elements on a...
CKeyboardManager::ShowAllAcceleratorsSpecifies whether the framework displays all the shortcut keys for all commands, or a single shortcut key for each command. This method does not affect commands that have only one associated shortcut key. ...
CKeyboardManager Class CKeyboardManager::CKeyboardManager CKeyboardManager::CleanUp CKeyboardManager::FindDefaultAccelerator CKeyboardManager::IsKeyHandled CKeyboardManager::IsKeyPrintable CKeyboardManager::IsShowAllAccelerators CKeyboardManager::LoadState CKeyboardManager::ResetAll CKeyboardManager::SaveState ...
In addition, the CKeyboardManager object lets you control how shortcut keys are displayed to the user.You should not create a CKeyboardManager object manually. It will be created automatically by the framework of your application. However, you should call CWinAppEx::InitKeyboardManager during the...
CKeyboardManager Class CKeyboardManager::CKeyboardManager CKeyboardManager::CleanUp CKeyboardManager::FindDefaultAccelerator CKeyboardManager::IsKeyHandled CKeyboardManager::IsKeyPrintable CKeyboardManager::IsShowAllAccelerators CKeyboardManager::LoadState CKeyboardManager::ResetAll CKeyboardManager::SaveState ...
CKeyboardManager::IsKeyHandledDetermines whether the specified key is handled by the CKeyboardManager Class.Cóipeáil static BOOL __stdcall IsKeyHandled( WORD nKey, BYTE fVirt, CFrameWnd* pWndFrame, BOOL bIsDefaultFrame); ParametersnKey [in] The key to check....