RibbonToolTip.HasFooter Property

Gets a value that indicates whether the ToolTip has content in its footer.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property HasFooter As Boolean
public bool HasFooter { get; internal set; }
public:
property bool HasFooter {
    bool get ();
    internal: void set (bool value);
}
member HasFooter : bool with get, internal set
function get HasFooter () : boolean
internal function set HasFooter (value : boolean)

Property Value

Type: System.Boolean
true if the ToolTip has content in its footer; 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

HasFooterProperty

Metadata properties set to true

None

Remarks

This property returns true if any one of the FooterDescription, FooterTitle, or FooterImageSource properties has content.

.NET Framework Security

See Also

Reference

RibbonToolTip Class

Microsoft.Windows.Controls.Ribbon Namespace