Share via


FormAnimateControl.hWnd Method

Definition

Retrieves the Windows handle for the control.

public:
 override int hWnd();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int hWnd ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.hWnd : unit -> int
Public Overrides Function hWnd () As Integer

Returns

The handle for the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The handle can be used with the Windows API.

Applies to