Describes multiple 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 IPropertyControlEditState :public virtual IPropertyState
{
public:
virtual IEdit *getValue(const String &state) = 0; // Return value depending on state
virtual bool setValue(const String &state, IEdit *value) = 0; // Set value of state
};
Namespace: | nitisa::standard |
Include: | Standard/Package/Interfaces/IPropertyControlEditState.h |