SmartTagPanel.Header Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the header string for this panel.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Property Header As String
    Get
    Set
'Usage
Dim instance As SmartTagPanel
Dim value As String

value = instance.Header

instance.Header = value
public string Header { get; set; }
public:
property String^ Header {
    String^ get ();
    void set (String^ value);
}
function get Header () : String
function set Header (value : String)
member Header : string with get, set

Property Value

Type: System.String
The header string for this panel.

.NET Framework Security

See Also

Reference

SmartTagPanel Class

SmartTagPanel Members

Microsoft.Windows.Design.Interaction Namespace