Skybound VisualTips

VisualTip Constructor

Initializes a new instance of a VisualTip.

Overload List

Initializes a new instance of a VisualTip.

public VisualTip();

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

public VisualTip(string);

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

public VisualTip(string,string);

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

public VisualTip(string,string,Image);

Initializes a new instance of a VisualTip using the given text, title, image, disabled text, shortcut key and specifying whether the footer is visible.

public VisualTip(string,string,Image,string,Shortcut,bool);

See Also

VisualTip Class | Skybound.VisualTips Namespace