Describes single state property of type IImageList(component).
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class IPropertyComponentImageList :public virtual IProperty
{
public:
    virtual IImageList *getValue() = 0; // Return value 
    virtual bool setValue(IImageList *value) = 0; // Set value 
};
| Namespace: | nitisa::standard | 
| Include: | Standard/Package/Interfaces/IProperty.h |