Compartir a través de


IHostedAppUICommand.SetFormPosition(Int32, Int32, Int32, Int32) Method

Definition

Set the forms position.

public:
 void SetFormPosition(int top, int left, int height, int width);
public void SetFormPosition (int top, int left, int height, int width);
abstract member SetFormPosition : int * int * int * int -> unit
Public Sub SetFormPosition (top As Integer, left As Integer, height As Integer, width As Integer)

Parameters

top
Int32

Set the top position of the form.

left
Int32

Set the left position of the form.

height
Int32

Set the height of the form.

width
Int32

Set the width of the form.

Applies to