Initializes a new instance of a VisualTip.
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);
VisualTip Class | Skybound.VisualTips Namespace