Implements BorderColor form as dialog box.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CDialogBoxBorderColor :public virtual IFormBorderColor, public IDialogBoxBorderColorProto
{
public:
static const String ClassName; // Class name
bool hasComponent(IComponent *component) override;
BorderColor getValue() override;
bool setBackgroundColor(const Color &value) override;
bool setValue(const BorderColor &value) override;
void ActivateFirstEnabledInput() override;
CDialogBoxRectC();
CDialogBoxRectC(IForm *parent);
CDialogBoxRectC(IControl *parent);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/BorderColor/DialogBoxBorderColor.h |