Implements Hotkey form as dialog box.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CDialogBoxHotkey :public virtual IFormHotkey, public IDialogBoxHotkeyProto
{
public:
static const String ClassName; // Class name
HOTKEY getValue() override;
bool setValue(const HOTKEY &value) override;
// Since 9.0.0
void ActivateFirstEnabledInput() override;
CDialogBoxHotkey();
CDialogBoxHotkey(IForm *parent);
CDialogBoxHotkey(IControl *parent);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/Hotkey/DialogBoxHotkey.h |