CListItemSelectCategory


Implements SelectCategory list item.

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

class CListItemSelectCategory :public virtual IListItemSelectCategory, public CListItemLabel
{
public:
    IFont *getFont() override;

    bool setVisible(const bool value) override;

    CListItemSelectCategory();
    CListItemSelectCategory(const String &caption);
};
Namespace: nitisa::standard
Include: Standard/ListItems/SelectCategory/ListItemSelectCategory.h