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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.