IFormHotkey



Describes minimum required functionality from Hotkey form.

You can find more information in comments below.

class IFormHotkey
{
public:
    virtual HOTKEY getValue() = 0; // Return value 

    virtual bool setValue(const HOTKEY &value) = 0; // Set value 

    // Since 9.0.0 
    virtual void ActivateFirstEnabledInput() = 0;
};
Namespace: nitisa::standard
Include: Standard/Forms/IFormHotkey.h