CFormBorderColor


Implements BorderColor form.

You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.

class CFormBorderColor :public virtual IFormBorderColor, public CForm
{
public:
    static const String ClassName; // Class name 

    BorderColor getValue() override;

    bool setValue(const BorderColor &value) override;

    void ActivateFirstEnabledInput() override;

    CFormBorderColor(IWindow *window, IRenderer *renderer);
};
Namespace: nitisa::standard
Include: Standard/Forms/BorderColor/FormBorderColor.h