Hey guys,
I'm working on a translation plugin, screen below:
As you see it will be possible to set a HotKey to translate a message you have typed. But I am have a problem with retrieving the HotKey that is entered into the HotKeyControl. What function is used for retrieving the entered HotKey?
CheckboxControl - Button_IsChecked()
ListBoxControl - LstBox_GetCurSel()
HotKeyControl - ???()
Thanks in advance!