CustomTaskPaneCollection::Add Method
Creates a new CustomTaskPane and adds it to the current CustomTaskPaneCollection.
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Add(UserControl^, String^) | Creates a new CustomTaskPane and adds it to the current CustomTaskPaneCollection. The custom task pane is based on the specified UserControl and has the specified title. |
![]() | Add(UserControl^, String^, Object^) | Creates a new CustomTaskPane and adds it to the current CustomTaskPaneCollection. The custom task pane is based on the specified UserControl, has the specified title, and is associated with the specified application window. |
Show:
