Menu list item form as dialog box.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CDialogBoxMenuListItem :public virtual IFormMenuListItem, public IDialogBoxMenuListItemProto
{
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;
CDialogBoxMenuListItem();
CDialogBoxMenuListItem(IForm *parent);
CDialogBoxMenuListItem(IControl *parent);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/MenuListItem/DialogBoxMenuListItem.h |