Skybound VisualTips

VisualTipRenderer.HasFooter Method 

Gets whether the tip has a footer.

[Visual Basic]
Protected Function HasFooter( _
   ByVal tip As VisualTip _
) As Boolean
[C#]
protected bool HasFooter(
   VisualTip tip
);

Parameters

tip
The VisualTip to check.

Return Value

True if the VisualTip has a footer; otherwise, false.

Remarks

A VisualTip has a footer when HideFooter is false, and either the length of FooterText is greater than zero or FooterImage is not null.

Exceptions

Exception Type Condition
ArgumentNullException The tip parameter may not be a null reference.
ArgumentException The specified tip must be associated with a VisualTipProvider before it is rendered.

See Also

VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace