NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolTip Class

Provides a small pop-up window containing a line of text that describes the purpose of a tool or control (usually represented as a graphical object) in a program.

Object
   MarshalByRefObject
      MarshalByRefComponent
         ToolTip

[Visual Basic]
NotInheritable Public Class ToolTip
   Inherits MarshalByRefComponent
   Implements IExtenderProvider
[C#]
public sealed class ToolTip : MarshalByRefComponent,
   IExtenderProvider
[C++]
public __gc __sealed class ToolTip : public MarshalByRefComponent,
   IExtenderProvider
[JScript]
public class ToolTip extends MarshalByRefComponent,
   IExtenderProvider

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ToolTip Members | System.WinForms Namespace