Wimark.Controls Class Library  

ToolTip Members

ToolTip overview

Public Constructors

public constructorToolTip Constructor Creates a new instance of the ToolTip class.

Public Properties

public propertyActive Gets or sets a value indicating whether the TolTip is currently active.
public propertyAnimate Gets or sets a value indicating how the tool tip should animate when it is shown.
public propertyAutomaticDelay Gets or sets the automatic delay for the ToolTip. This property changes AutoPopDelay, InitialDelay and ReshowDelay to default values.
public propertyAutoPopDelay Gets or sets the period of time the ToolTip remains visible if the mouse pointer is stationary within a control with specified ToolTip text.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyHelpProvider Gets or sets the help provider that provides more information to tool tips.
public propertyInitialDelay Gets or sets the time that passes before the ToolTip appears.
public propertyIsActivatedOrVisible Gets a value indicating whether the tooltip is activated or visible.
public propertyMultiline Gets or sets a value indicating whether the tool tip should be layouted in multiple lines.
public propertyRenderer The renderer that paints this control.
public propertyReshowDelay 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.
public propertyRightToLeft Gets or sets whether the text displayed by the control is displayed from right to left.
public propertyShowAlways Gets or sets a value indicating whether a ToolTip window is displayed even when its parent control is not active.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.

Public Methods

public methodCanExtend Checks whether the text and title properties should be provided to a target.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDisableToolTip Hides current tool tip without delay.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (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.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetToolTipText Gets the text of the tool tip.
public methodGetToolTipTitle Gets the title of the tool tip.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodHideToolTip Hides current tool tip.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodRemoveAll Removes all ToolTip text currently associated with the ToolTip class.
public methodSetToolTip Overloaded. Associates ToolTip text with the specified component.
public methodSetToolTipText Sets the text of the tool tip.
public methodSetToolTipTitle Sets the title of the tool tip.
public methodShowToolTip Shows a new tool tip.
public methodShowToolTipWithoutDelay Shows a new tool tip without any delay.
public methodToString (inherited from Component) Overridden. See Object.ToString.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. See Object.Finalize.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ToolTip Class | Wimark.Controls Namespace