Click or drag to resize

Win32SetWindowPosFlags Enumeration

[Missing <summary> documentation for "T:Stimulsoft.Base.Drawing.Win32.SetWindowPosFlags"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
[FlagsAttribute]
public enum SetWindowPosFlags
Members
  Member nameValueDescription
SWP_NOSIZE1
SWP_NOMOVE2
SWP_NOZORDER4
SWP_NOREDRAW8
SWP_NOACTIVATE16
SWP_FRAMECHANGED32
SWP_SHOWWINDOW64
SWP_HIDEWINDOW128
SWP_NOCOPYBITS256
SWP_NOOWNERZORDER512
SWP_NOSENDCHANGING1024
SWP_DRAWFRAME32
SWP_NOREPOSITION512
SWP_DEFERERASE8192
SWP_ASYNCWINDOWPOS16384
See Also