ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.AnimationControlsHWnd Property

The window handle of the animation controls dialog.

[Visual Basic .NET]
Public Property AnimationControlsHWnd As Integer
[C#]
public int AnimationControlsHWnd {get; set;}
[C++]
HRESULT get_AnimationControlsHWnd(
  long* phWnd
);
[C++]
HRESULT put_AnimationControlsHWnd(
  long phWnd
);
[C++]

Parameters

phWnd [out, retval]   phWnd is a parameter of type long phWnd [in]   phWnd is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationEnvironment Interface