You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > Win32 Class > Win32 Enumerations > SetWindowPosFlags Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Drawing.Win32.SetWindowPosFlags Enumeration

Specifies values from SetWindowPosFlags enumeration.

Syntax
C++
C#
Visual Basic
public: enum SetWindowPosFlags { SWP_NOSIZE = 0x0001, SWP_NOMOVE = 0x0002, SWP_NOZORDER = 0x0004, SWP_NOREDRAW = 0x0008, SWP_NOACTIVATE = 0x0010, SWP_FRAMECHANGED = 0x0020, SWP_SHOWWINDOW = 0x0040, SWP_HIDEWINDOW = 0x0080, SWP_NOCOPYBITS = 0x0100, SWP_NOOWNERZORDER = 0x0200, SWP_NOSENDCHANGING = 0x0400, SWP_DRAWFRAME = 0x0020, SWP_NOREPOSITION = 0x0200, SWP_DEFERERASE = 0x2000, SWP_ASYNCWINDOWPOS = 0x4000 };
Members
Members 
Description 
SWP_NOSIZE 
Specified SWP_NOSIZE enumeration value.  
SWP_NOMOVE 
Specified SWP_NOMOVE enumeration value.  
SWP_NOZORDER 
Specified SWP_NOZORDER enumeration value.  
SWP_NOREDRAW 
Specified SWP_NOREDRAW enumeration value.  
SWP_NOACTIVATE 
Specified SWP_NOACTIVATE enumeration value.  
SWP_FRAMECHANGED 
Specified SWP_FRAMECHANGED enumeration value.  
SWP_SHOWWINDOW 
Specified SWP_SHOWWINDOW enumeration value.  
SWP_HIDEWINDOW 
Specified SWP_HIDEWINDOW enumeration value.  
SWP_NOCOPYBITS 
Specified SWP_NOCOPYBITS enumeration value.  
SWP_NOOWNERZORDER 
Specified SWP_NOOWNERZORDER enumeration value.  
SWP_NOSENDCHANGING 
Specified SWP_NOSENDCHANGING enumeration value.  
SWP_DRAWFRAME 
Specified SWP_DRAWFRAME enumeration value.  
SWP_NOREPOSITION 
Specified SWP_NOREPOSITION enumeration value.  
SWP_DEFERERASE 
Specified SWP_DEFERERASE enumeration value.  
SWP_ASYNCWINDOWPOS 
Specified SWP_ASYNCWINDOWPOS enumeration value.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.