Skybound VisualTips

VisualTipRenderer.GetBodyText Method 

Returns the text displayed in the body of a VisualTip. When the tip is disabled, this method returns DisabledText; otherwise, it returns Text.

[Visual Basic]
Protected Function GetBodyText( _
   ByVal tip As VisualTip _
) As String
[C#]
protected string GetBodyText(
   VisualTip tip
);

Parameters

tip
The VisualTip whose body text is returned.

Return Value

A String containing the text displayed in the body of the tip.

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