Implements SelectLabel list item.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CListItemSelectLabel :public virtual IListItemSelectLabel, public CListItemLabel
{
public:
CListItemSelectLabel();
CListItemSelectLabel(const String &caption);
};
Namespace: | nitisa::standard |
Include: | Standard/ListItems/SelectLabel/ListItemSelectLabel.h |