Skybound VisualTips

VisualTip Constructor (String, String)

Initializes a new instance of a VisualTip using the given text and title.

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String, _
   ByVal title As String _
)
[C#]
public VisualTip(
   string text,
   string title
);

Parameters

text
The text displayed on the tip.
title
The title displayed in bold at the top of the tip.

See Also

VisualTip Class | Skybound.VisualTips Namespace | VisualTip Constructor Overload List