AnimationControl¶
Infragistics AnimationControl.
UI element class: Infragistics.Win.Misc.CommonControls.AnimationControl
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: UltraAnimationControlBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
IsPlaying | true if animation is playing, 'false' otherwise | GetIsPlaying |
Action Summary¶
Action | Description |
---|---|
DoPlay | Plays the animation of this object. |
DoStop | Stops the animation of this object. |
Property Detail¶
IsPlaying¶
true if animation is playing, 'false' otherwise
Type: boolean
Accessors: GetIsPlaying
Action Detail¶
DoPlay¶
Plays the animation of this object.
DoPlay()
Returns:
boolean: 'true' if success, 'false' otherwise.
DoStop¶
Stops the animation of this object.
DoStop()
Returns:
boolean: 'true' if success, 'false' otherwise.