IPropertyControlFileListState



Describes multiple state property of type IFileList(control).

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

class IPropertyControlFileListState :public virtual IPropertyState
{
public:
    virtual IFileList *getValue(const String &state) = 0; // Return value depending on state 

    virtual bool setValue(const String &state, IFileList *value) = 0; // Set value of state 
};
Namespace: nitisa::standard
Include: Standard/Package/Interfaces/IPropertyControlFileListState.h