|
|
|
UseAnimation Property, ToolTipClass Class |
Defines whether the tooltip uses an animation effect when it is being shown or hidden.
Syntax ToolTipClass Class (Softelvdm.Controls)
VB |
Public Property UseAnimation As Boolean |
C# |
public bool UseAnimation { get; set; } |
C++ |
public: property bool UseAnimation { |
Property Value
True if an animation effect is used, otherwise False.
The default value is True.
Comments
The UseAnimation property defines whether the tooltip uses an animation effect when it is being shown or hidden.
The animation effect is only available for rectangular tooltips (ToolTipAppearanceEnum.Rectangle). It is ignored for other tooltip styles.
Version Information
Supported in version 1.0.
Products Table