FormAnimateControl.play Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
play() | |
play(Int32) | |
play(Int32, Int32) | |
play(Int32, Int32, Int32) |
play()
public:
virtual void play();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void play ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member play : unit -> unit
override this.play : unit -> unit
Public Overridable Sub play ()
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
play(Int32)
public:
virtual void play(int num1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void play (int num1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member play : int -> unit
override this.play : int -> unit
Public Overridable Sub play (num1 As Integer)
Parameters
- num1
- Int32
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
play(Int32, Int32)
public:
virtual void play(int num1, int num2);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void play (int num1, int num2);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member play : int * int -> unit
override this.play : int * int -> unit
Public Overridable Sub play (num1 As Integer, num2 As Integer)
Parameters
- num1
- Int32
- num2
- Int32
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
play(Int32, Int32, Int32)
public:
virtual void play(int _firstFrame, int _lastFrame, int _loops);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void play (int _firstFrame, int _lastFrame, int _loops);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member play : int * int * int -> unit
override this.play : int * int * int -> unit
Public Overridable Sub play (_firstFrame As Integer, _lastFrame As Integer, _loops As Integer)
Parameters
- _firstFrame
- Int32
- _lastFrame
- Int32
- _loops
- Int32
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute