[This is preliminary documentation and is subject to change.]
Namespace: Phoenix.Gui.ControlsAssembly: PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0
Syntax
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum SetWindowPosFlags
<FlagsAttribute> _ Public Enumeration SetWindowPosFlags
[FlagsAttribute] public enum class SetWindowPosFlags
Members
| Member | Description |
|---|---|
| SWP_NOSIZE | |
| SWP_NOMOVE | |
| SWP_NOZORDER | |
| SWP_NOREDRAW | |
| SWP_NOACTIVATE | |
| SWP_FRAMECHANGED | The frame changed: send WM_NCCALCSIZE |
| SWP_SHOWWINDOW | |
| SWP_HIDEWINDOW | |
| SWP_NOCOPYBITS | |
| SWP_NOOWNERZORDER | Don't do owner Z ordering |
| SWP_NOSENDCHANGING | Don't send WM_WINDOWPOSCHANGING |
| SWP_DRAWFRAME | |
| SWP_NOREPOSITION | |
| SWP_DEFERERASE | |
| SWP_ASYNCWINDOWPOS |