Describes single state property of type HOTKEY.
You can find more information in comments below. Overrided methods can be found in corresponding base interface.
class IPropertyHotkey :public virtual IProperty
{
public:
    virtual HOTKEY getValue() = 0; // Return value
    virtual bool setValue(const HOTKEY value) = 0; // Set value
};
| Namespace: | nitisa | 
| Include: | Nitisa/Interfaces/IProperty.h |