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