Print Page | Close Window

Deletion of all groups from Taskpanel

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=8293
Printed Date: 29 April 2024 at 9:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Deletion of all groups from Taskpanel
Posted By: amitb
Subject: Deletion of all groups from Taskpanel
Date Posted: 04 October 2007 at 6:24am
Hello Oleg,

How to delete all the groups that are added to a taskpanel ?

Thanks.



Replies:
Posted By: rmercer
Date Posted: 04 October 2007 at 11:01am
Originally posted by amitb amitb wrote:

Hello Oleg,

How to delete all the groups that are added to a taskpanel ?

Thanks.
CXTPTaskPanelItems *p_items;
 
p_items = m_pTaskPanel->GetGroups();
if (p_items != NULL) p_items->Clear();



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net