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
value = SeS('SomeAnimationControl').GetIsPlaying()
Action Detail¶
DoPlay¶
Plays the animation of this object.
SeS('SomeAnimationControl').DoPlay()
Returns:
boolean: 'true' if success, 'false' otherwise.
DoStop¶
Stops the animation of this object.
SeS('SomeAnimationControl').DoStop()
Returns:
boolean: 'true' if success, 'false' otherwise.