ToolTip Constructor |
Creates a new instance of the ToolTip class. |
Active |
Gets or sets a value indicating whether the TolTip is currently active. |
Animate |
Gets or sets a value indicating how the tool tip should animate when it is shown. |
AutomaticDelay |
Gets or sets the automatic delay for the ToolTip. This property changes AutoPopDelay, InitialDelay and ReshowDelay to default values. |
AutoPopDelay |
Gets or sets the period of time the ToolTip remains visible if the mouse pointer is stationary within a control with specified ToolTip text. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
HelpProvider |
Gets or sets the help provider that provides more information to tool tips. |
InitialDelay |
Gets or sets the time that passes before the ToolTip appears. |
IsActivatedOrVisible |
Gets a value indicating whether the tooltip is activated or visible. |
Multiline |
Gets or sets a value indicating whether the tool tip should be layouted in multiple lines. |
Renderer |
The renderer that paints this control. |
ReshowDelay |
Gets or sets the length of time that must transpire before subsequent ToolTip windows appear as the mouse pointer moves from one control to another. |
RightToLeft |
Gets or sets whether the text displayed by the control is displayed from right to left. |
ShowAlways |
Gets or sets a value indicating whether a ToolTip window is displayed even when its parent control is not active. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
CanExtend |
Checks whether the text and title properties should be provided to a target. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DisableToolTip |
Hides current tool tip without delay. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
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. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetToolTipText |
Gets the text of the tool tip. |
GetToolTipTitle |
Gets the title of the tool tip. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
HideToolTip |
Hides current tool tip. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
RemoveAll |
Removes all ToolTip text currently associated with the ToolTip class. |
SetToolTip |
Overloaded. Associates ToolTip text with the specified component. |
SetToolTipText |
Sets the text of the tool tip. |
SetToolTipTitle |
Sets the title of the tool tip. |
ShowToolTip |
Shows a new tool tip. |
ShowToolTipWithoutDelay |
Shows a new tool tip without any delay. |
ToString (inherited from Component) |
Overridden. See Object.ToString. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Finalize (inherited from Component) |
Overridden. See Object.Finalize. In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |