Softelvdm.Controls Class Library for Windows Controls 1.0

UseAnimation Property, ToolTipClass Class

Softel vdm, Inc.

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 {
        bool get();
        void set(bool value);
}

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


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