ToolTip Methods
.NET Framework 4.5
The ToolTip type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanExtend | Returns true if the ToolTip can offer an extender property to the specified target component. |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
Dispose() | Releases all resources used by the Component. (Inherited from Component.) |
|
Dispose(Boolean) | Disposes of the ToolTip component. (Overrides Component.Dispose(Boolean).) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Releases the unmanaged resources and performs other cleanup operations before the Cursor is reclaimed by the garbage collector. (Overrides Component.Finalize().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetService | Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.) |
|
GetToolTip | Retrieves the ToolTip text associated with the specified control. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Hide | Hides the specified ToolTip window. |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
RemoveAll | Removes all ToolTip text currently associated with the ToolTip component. |
|
SetToolTip | Associates ToolTip text with the specified control. |
|
Show(String, IWin32Window) | Sets the ToolTip text associated with the specified control, and displays the ToolTip modally. |
|
Show(String, IWin32Window, Point) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position. |
|
Show(String, IWin32Window, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration. |
|
Show(String, IWin32Window, Point, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position. |
|
Show(String, IWin32Window, Int32, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position. |
|
Show(String, IWin32Window, Int32, Int32, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration at the specified relative position. |
|
StopTimer | Stops the timer that hides displayed ToolTips. |
|
ToString | Returns a string representation for this control. (Overrides Component.ToString().) |