Class implements SelectListItem form.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CFormSelectListItem :public virtual IFormSelectListItem, public IFormSelectListItemProto
{
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;
CFormSelectListItem(IWindow *window, IRenderer *renderer);
~CFormSelectListItem() override;
static CFormSelectListItem *getInstance(); // Return form instance if any was created
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/MenuSelectItem/FormSelectListItem.h |