IPropertyControlFileList



Describes single 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 IPropertyControlFileList :public virtual IProperty
{
public:
    virtual IFileList *getValue() = 0; // Return value 

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