collapse_all
expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
Animations

.

.
::
.CurrentAnimationID Property

Get / Set the Current Animation being used. The Animation is started at its beginning.

NOTE: If an invalid Animiation ID is given when Setting, the Animation will not be changed.

NOTE: If an Animation has not beeng set yet when Getting, -1 is returned.

Namespace: DPSF

Assembly:  DPSF (in DPSF.dll) Version: 1.5.1.0

collapse_allSyntax

C#

public int CurrentAnimationID { getset; }

Visual Basic (Declaration)

Public Property CurrentAnimationID As Integer

Visual C++

public:

property int CurrentAnimationID {

 int get ();

 void set (int value);

}

collapse_allSee Also

Animations Class

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com