CustomTaskPane.Title Property

Definition

Gets the title of the custom task pane.

public:
 property System::String ^ Title { System::String ^ get(); };
public string Title { get; }
member this.Title : string
Public ReadOnly Property Title As String

Property Value

The title of the custom task pane.

Exceptions

The Microsoft.Office.Tools.CustomTaskPane.Dispose method of the CustomTaskPane has already been called.

Remarks

To set the title of the custom task pane, use the title parameter of the Microsoft.Office.Tools.CustomTaskPaneCollection.Add method.

Applies to