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 Members

Public:

Constructor

ToolTip Constructor Overloaded. Initializes a new instance of the ToolTip class.

Properties

Active Gets or sets a value indicating whether the ToolTip control is currently active.
AutomaticDelay Gets or sets the time (in milliseconds) that passes before the ToolTip appears.
AutoPopDelay Gets or sets the initial delay for the ToolTip control.
InitialDelay Gets or sets the initial delay for the ToolTip control.
ReshowDelay Gets or sets the length of time (in milliseconds) that it takes subsequent ToolTip instances to appear as the mouse pointer moves from one ToolTip region to another.
ShowAlways Gets or sets a value indicating whether the ToolTip appears even when its parent control is not active.
Site (inherited from MarshalByRefComponent) Gets or sets the site of the component.

Methods

Dispose (inherited from MarshalByRefComponent) Disposes of the component. Call dispose when the component is no longer needed. This method removes the component from its container (if the component has a site) and triggers the dispose event.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetContainer (inherited from MarshalByRefComponent) Returns the component's container.
GetDesignMode (inherited from MarshalByRefComponent) Determines whether the component is currently in design mode.
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) This method is used return a lifetime service object that is used to control the lifetime policy to the object. For the default Lifetime service this will be an object of type ILease.
GetServiceObject (inherited from MarshalByRefComponent) The implementation of IServiceObjectProvider
GetToolTip Retrieves the ToolTip text associated with the specified control.
GetType (inherited from Object) Gets the Type of the Object.
InitializeLifetimeService (inherited from MarshalByRefObject)  
RemoveAll Removes all of the tooltips currently associated with the ToolTip control.
SetToolTip Associates ToolTip text with the specified control.
ToString (inherited from MarshalByRefComponent) Basic Implementation of toString() for all controls.

Protected:

Methods

Finalize (inherited from MarshalByRefComponent) [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ToolTip Class | System.WinForms Namespace