Skybound VisualTips

VisualTipProvider.ShowNotifyTip Method

Displays a balloon notification tip for the specified Control with no icon, using the default location and display options.

Overload List

Displays a balloon notification tip for the specified Control with no icon, using the default location and display options.

public static void ShowNotifyTip(Control,string,string);

Displays a balloon notification tip for the specified Control in the default location, and using the default display options.

public static void ShowNotifyTip(Control,string,string,VisualTipNotifyIcon);

Displays a balloon notification tip for the specified Control in the default location.

public static void ShowNotifyTip(Control,string,string,VisualTipNotifyIcon,VisualTipDisplayOptions);

Displays a balloon notification tip for the specified Control.

public static void ShowNotifyTip(Control,string,string,VisualTipNotifyIcon,VisualTipDisplayOptions,Rectangle);

Displays a balloon notification tip for the specified Control using the default display options.

public static void ShowNotifyTip(Control,string,string,VisualTipNotifyIcon,Rectangle);

Displays a balloon notification tip within the specified TextBox.

public static void ShowNotifyTip(TextBox,string,string,VisualTipNotifyIcon,int);

See Also

VisualTipProvider Class | Skybound.VisualTips Namespace