CDialogBoxSelectListItem


Class implements SelectListItem dialog box.

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

class CDialogBoxSelectListItem :public virtual IFormSelectListItem, public IDialogBoxSelectListItemProto
{
public:
    static const String ClassName; // Class name 

    int getItemTypeIndex() override;
    String getItemCaption() override;

    bool setItemTypeIndex(const int value) override;
    bool setItemCaption(const String &value) override;

    CDialogBoxSelectListItem();
    CDialogBoxSelectListItem(IForm *parent);
    CDialogBoxSelectListItem(IControl *parent);
};
Namespace: nitisa::standard
Include: Standard/Forms/SelectListItem/DialogBoxSelectListItem.h