IHostedAppUICommand.SetFormPosition(Int32, Int32, Int32, Int32) 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.
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.