Share via


TaskTabItemDescriptor.HeaderText Property

Applies to v2.

Gets or sets the text to be displayed on top of the tab.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Overridable Property HeaderText As String 
    Get 
    Set
'Usage
Dim instance As TaskTabItemDescriptor 
Dim value As String 

value = instance.HeaderText

instance.HeaderText = value
public virtual string HeaderText { get; set; }
public:
virtual property String^ HeaderText {
    String^ get ();
    void set (String^ value);
}
abstract HeaderText : string with get, set 
override HeaderText : string with get, set
function get HeaderText () : String 
function set HeaderText (value : String)

Property Value

Type: System.String
The text to be displayed on top of the tab.

See Also

Reference

TaskTabItemDescriptor Class

Microsoft.WebMatrix.Extensibility Namespace