Skybound VisualTips

VisualTipRenderer.GetTitleText Method 

Returns the text that will be displayed in the title area. The return value combines the title and shortcut text.

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

Parameters

tip
The VisualTip whose title text is returned.

Return Value

A String containing the text displayed in the title area 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