RibbonToolTip.HasFooter Property

Definition

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

public:
 property bool HasFooter { bool get(); };
public bool HasFooter { get; }
member this.HasFooter : bool
Public ReadOnly Property HasFooter As Boolean

Property Value

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.

Remarks

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

Dependency Property Information

Identifier field HasFooterProperty
Metadata properties set to true None

Applies to