65.9K
CodeProject is changing. Read more.
Home

TaskPane Source Works

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.62/5 (28 votes)

Feb 6, 2006

viewsIcon

44744

downloadIcon

1557

Sorry, but now source works

Sample Image - TP.jpg

Introduction

This is TaskPane Control which is designed to simulate Office2003 TaskPane. This control uses custom controlcollection classes.

Control is inherited from Windows.Forms.Panel control with Paint event overriding. Taskpane main property is "Pages" where you can specify pages which you want to display. TaskpanePage Class main property is Panels - Page can display as many paneks as you want, but Panels must contain TaskPaneItem.

Use designer to add pages(which contains Panels) and panels which contains TaskPaneItems.

If you change any property of taskpane childs when application is running you must call

TaskPane.Recalculate sub which checks for active page and it's contens and then redraws panel.

Use this control it's free.

If source don't work please mail me at: agencija_aa_nemanja@hotmail.com

Rate this article, please! Nemanja