Skybound VisualTips

VisualTip Constructor (String, String, Image)

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

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

Parameters

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

See Also

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