UtilUIAutomationSetWindowPos(IWin32Window, Int32, Int32) Method
Sets the position of a window.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool SetWindowPos(
IWin32Window window,
int x,
int y
)
Public Shared Function SetWindowPos (
window As IWin32Window,
x As Integer,
y As Integer
) As Boolean
Dim window As IWin32Window
Dim x As Integer
Dim y As Integer
Dim returnValue As Boolean
returnValue = UtilUIAutomation.SetWindowPos(window,
x, y)
public:
static bool SetWindowPos(
IWin32Window^ window,
int x,
int y
)
static member SetWindowPos :
window : IWin32Window *
x : int *
y : int -> bool
No code example is currently available or this language may not be supported.
- window IWin32Window
-
The window.
- x Int32
-
The new X coordinate.
- y Int32
-
The new Y coordinate.
Boolean
If the function succeeds, the return value is
.
If the function fails, the return value is
.