IPropertyControlEdit



Describes single state property of type IEdit(control).

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

class IPropertyControlEdit :public virtual IProperty
{
public:
    virtual IEdit *getValue() = 0; // Return value 

    virtual bool setValue(IEdit *value) = 0; // Set value 
};
Namespace: nitisa::standard
Include: Standard/Package/Interfaces/IPropertyControlEdit.h