|
|
|
ToolTipClass Class |
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 |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Returns whether a tooltip is currently displayed. | |
Defines the position of the tooltip, relative to the data it references. | |
Defines whether tooltips are always displayed. | |
Defines the style of the tooltip. | |
Defines the optional icon of the tooltip. | |
Defines the optional title of the tooltip. | |
Defines whether the tooltip uses an animation effect when it is being shown or hidden. | |
Defines whether the tooltip uses a fading effect when it is being shown or hidden. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
Hides the current tooltip. | |
Hides the current balloon-style tooltip displayed using the ShowToolTip method. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
Displays a balloon-style tooltip. | |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of the ToolTipClass object is modified. | |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
Version Information
Supported in version 1.0.
Products Table
See Also Softelvdm.Controls Namespace