IPropertyControlDirectoryTree



Describes single state property of type IDirectoryTree(control).

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

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

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