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