Skybound VisualTips

VisualTip Members

VisualTip overview

Public Instance Constructors

VisualTip Overloaded. Initializes a new instance of the VisualTip class.

Public Instance Properties

AccessKey Gets or sets the keyboard shortcut that may be pressed to raise the AccessKeyPressed event when the tip is displayed.
Active Gets or sets whether the tip will be displayed.
DisabledMessage Gets or sets the message displayed above the disabled text when the component is disabled.
DisabledText Gets or sets the text displayed when the component is disabled. When this property is null, the regular text is always used.
DisplayPosition Gets or sets where a visual tip is displayed in relation to the tool area.
Enabled Gets or sets whether the tip is displayed as enabled. When this property is false, the disabled message and text and displayed on the tip.
Font Gets or sets the font used to display the tip text.
FooterImage Gets or sets the image displayed in the footer.
FooterText Gets or sets the text displayed in the footer.
HideFooter Gets or sets whether the footer text and image are hidden on this tip.
Image Gets or sets the image displayed beside the text.
MaximumWidth Gets or sets the maximum width of the tip. Text which would cause the tip to be wider than this value is word-wrapped.
Provider Gets the VisualTipProvider which is associated with this tip.
RightToLeft Gets or sets whether tip text is displayed using a right-to-left reading order.
Shortcut Gets or sets the shortcut key displayed beside the title, if it is not None.
Text Gets or sets the text displayed on the tooltip.
Title Gets or sets the title displayed in bold at the top of the tip.
TitleImage Gets or sets the image displayed beside the title.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

VisualTip Class | Skybound.VisualTips Namespace