Softelvdm.Controls Class Library for Windows Controls 1.0

ToolTipClass Class

Softel vdm, Inc.

  ToolTipClass Class (Softelvdm.Controls Namespace)

An instance of the ToolTipClass class defines tooltip attributes of a control.

SftTree/NET 2.0: Two instances of the ToolTipClass class are available. The control's ToolTip property defines attributes for all tooltips, the ScrollTip property defines attributes for scrolltips.

SftTabs/NET 6.0: This product does not use the ToolTipClass class for its tab tooltips or button tooltips. The ToolTipClass class is only used for the standalone tooltips accessible using the ShowToolTip method.

VB   

Public Class ToolTipClass Inherits Object

C#   

public class ToolTipClass : Object

C++   

public ref class ToolTipClass : public Object


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Properties

Description

public propertyHaveToolTip

Returns whether a tooltip is currently displayed.

public propertyPosition

Defines the position of the tooltip, relative to the data it references.

public propertyShowAlways

Defines whether tooltips are always displayed.

public propertyStyle

Defines the style of the tooltip.

public propertyToolTipIcon

Defines the optional icon of the tooltip.

public propertyToolTipTitle

Defines the optional title of the tooltip.

public propertyUseAnimation

Defines whether the tooltip uses an animation effect when it is being shown or hidden.

public propertyUseFading

Defines whether the tooltip uses a fading effect when it is being shown or hidden.

  

Public Methods

Description

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodHide

Hides the current tooltip.

public methodstatic / sharedHideToolTip

Hides the current balloon-style tooltip displayed using the ShowToolTip method.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodstatic / sharedShowToolTip

Displays a balloon-style tooltip.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

  

Public Event

Description

public eventPropertyChanged

Occurs when a property of the ToolTipClass object is modified.

  

Protected Methods

Description

protected methodFinalizeinherited from System.Object

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

Version Information

Supported in version 1.0.
Products Table

See Also     Softelvdm.Controls Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com