IHostedAppUICommand.SetFormPosition Method
Set the forms position.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As IHostedAppUICommand
Dim top As Integer
Dim left As Integer
Dim height As Integer
Dim width As Integer
instance.SetFormPosition(top, left, height, width)
Syntax
'Declaration
Sub SetFormPosition ( _
top As Integer, _
left As Integer, _
height As Integer, _
width As Integer _
)
void SetFormPosition (
int top,
int left,
int height,
int width
)
void SetFormPosition (
int top,
int left,
int height,
int width
)
void SetFormPosition (
int top,
int left,
int height,
int width
)
function SetFormPosition (
top : int,
left : int,
height : int,
width : int
)
Parameters
- top
Set the top position of the form.
- left
Set the left position of the form.
- height
Set the height of the form.
- width
Set the width of the form.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IHostedAppUICommand Interface
IHostedAppUICommand Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.