Skybound VisualTips

VisualTip Constructor (String, String, Image, String, Shortcut, Boolean)

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

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

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.
disabledText
The text displayed instead of the regular text when the component is disabled.
shortcut
The shortcut key which is used to invoke the component.
hideFooter
True if the footer should be disabled; otherwise, false, and the footer is displayed.

See Also

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