Using CustomTaskPanes

Add-in Express™ Support Service
That's what is more important than anything else

Using CustomTaskPanes
 
remacg




Posts: 3
Joined: 2012-08-30
Hello,
I would like to use native CustomTaskPanes in my solution to avoid rewriting my code to employ ADX's advanced task panes. My question is exactly the same as the first post in this thread: http://www.add-in-express.com/forum/read.php?FID=5&TID=8497. In my existing code, I use "Globals.ThisAddin.CustomTaskPanes.Add" to create a new CTP. How do I do this with ADX? How do I reference the form controls on the UserControl to be shown in the CTP?

Thanks.
Posted 03 Sep, 2012 21:24:03 Top
Eugene Astafiev


Guest


Hi Ryan,

Do you develop Add-in Express or VSTO based add-in project?

If you chose the Add-in Express skeleton you need to use the TaskPanes property of the add-in module for adding a custom task pane. Please read more about this in the http://www.add-in-express.com/docs/net-office-custom-task-panes.php section of the online documentation.
Posted 04 Sep, 2012 04:14:54 Top