ToolTip Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | CanExtend(Object^) | Returns true if the ToolTip can offer an extender property to the specified target component. |
![]() | CreateObjRef(Type^) | 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() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the Component and optionally releases the managed resources.(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 the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | |
![]() | GetToolTip(Control^) | Retrieves the ToolTip text associated with the specified control. |
![]() | GetType() | |
![]() | Hide(IWin32Window^) | Hides the specified ToolTip window. |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | |
![]() | 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(Control^, String^) | 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^, Int32) | Sets the ToolTip text associated with the specified control, and then displays the ToolTip for the specified duration. |
![]() | 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. |
![]() | 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^, 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. |
![]() | StopTimer() | Stops the timer that hides displayed ToolTips. |
![]() | ToString() | Returns a string representation for this control.(Overrides Component::ToString().) |

