Deletion of all groups from Taskpanel |
Post Reply |
Author | |
amitb
Groupie Joined: 13 September 2006 Status: Offline Points: 50 |
Post Options
Thanks(0)
Posted: 04 October 2007 at 6:24am |
Hello Oleg,
How to delete all the groups that are added to a taskpanel ? Thanks. |
|
rmercer
Groupie Joined: 22 February 2006 Status: Offline Points: 34 |
Post Options
Thanks(0)
|
CXTPTaskPanelItems *p_items;
p_items = m_pTaskPanel->GetGroups();
if (p_items != NULL) p_items->Clear();
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |