Desktop Functions: Smart Device Functions:
|
Search Results for "SetWindowPosFlags" in [All]user321: SetWindowPos
Enums
private enum SetWindowPosFlags : uint
Private Enum SetWindowPosFlags As UInteger coredll3: SetWindowPos
private static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPosFlags uFlags);
private enum SetWindowPosFlags : uint
SetWindowPosFlags.SynchronousWindowPosition |
SetWindowPosFlags.IgnoreMove |
SetWindowPosFlags.IgnoreResize); |