class ui.InformationItem

class InformationItem
{
    // properties

    char const* autoget property m_name;
    char const* autoget property m_toolTipText;
    bool autoget property m_isEnabled;

    // methods

    void addChildItem(
        ui.InformationItem* item,
        ui.InformationItem* beforeItem = null
        );

    void removeChildItem(ui.InformationItem* item);
};