CDialogBoxImageList



Implements Image list form as dialog box.

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

class CDialogBoxImageList :public virtual IFormImageList, public IDialogBoxImageListProto
{
public:
    static const String ClassName; // Class name 

    int getImageCount() override;
    Image *getImage(const int index) override;

    int AddImage(Image *value) override;
    bool DeleteImage(const int index) override;
    bool DeleteImages() override;

    CDialogBoxImageList();
    CDialogBoxImageList(IForm *parent);
    CDialogBoxImageList(IControl *parent);
};
Namespace: nitisa::standard
Include: Standard/Forms/ImageList/DialogBoxImageList.h