Returns the text displayed in the body of a VisualTip. When the tip is disabled, this method returns DisabledText; otherwise, it returns Text.
A String containing the text displayed in the body of the tip.
| 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. |
VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace