RibbonToolTip.HasHeader Property
Gets a value that indicates whether the RibbonToolTip has content in its header.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property HasHeader As Boolean
public bool HasHeader { get; internal set; }
public:
property bool HasHeader {
bool get ();
internal: void set (bool value);
}
member HasHeader : bool with get, internal set
function get HasHeader () : boolean
internal function set HasHeader (value : boolean)
Property Value
Type: System.Boolean
true if the ToolTip has content in its header; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
Remarks
This property returns true if any one of the Description, Title, or ImageSource properties has content.
.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.