uiautomation
uiautomation.uiautomation.SWP クラス

静的公開変数類

int HWND_Top = 0
 
int HWND_Bottom = 1
 
int HWND_Topmost = -1
 
int HWND_NoTopmost = -2
 
int SWP_NoSize = 0x0001
 
int SWP_NoMove = 0x0002
 
int SWP_NoZOrder = 0x0004
 
int SWP_NoRedraw = 0x0008
 
int SWP_NoActivate = 0x0010
 
int SWP_FrameChanged = 0x0020
 
int SWP_ShowWindow = 0x0040
 
int SWP_HideWindow = 0x0080
 
int SWP_NoCopyBits = 0x0100
 
int SWP_NoOwnerZOrder = 0x0200
 
int SWP_NoSendChanging = 0x0400
 
int SWP_DrawFrame = SWP_FrameChanged
 
int SWP_NoReposition = SWP_NoOwnerZOrder
 
int SWP_DeferErase = 0x2000
 
int SWP_AsyncWindowPos = 0x4000
 

詳解

SetWindowPos params from Win32.

メンバ詳解

◆ HWND_Bottom

int uiautomation.uiautomation.SWP.HWND_Bottom = 1
static

◆ HWND_NoTopmost

int uiautomation.uiautomation.SWP.HWND_NoTopmost = -2
static

◆ HWND_Top

int uiautomation.uiautomation.SWP.HWND_Top = 0
static

◆ HWND_Topmost

int uiautomation.uiautomation.SWP.HWND_Topmost = -1
static

◆ SWP_AsyncWindowPos

int uiautomation.uiautomation.SWP.SWP_AsyncWindowPos = 0x4000
static

◆ SWP_DeferErase

int uiautomation.uiautomation.SWP.SWP_DeferErase = 0x2000
static

◆ SWP_DrawFrame

int uiautomation.uiautomation.SWP.SWP_DrawFrame = SWP_FrameChanged
static

◆ SWP_FrameChanged

int uiautomation.uiautomation.SWP.SWP_FrameChanged = 0x0020
static

◆ SWP_HideWindow

int uiautomation.uiautomation.SWP.SWP_HideWindow = 0x0080
static

◆ SWP_NoActivate

int uiautomation.uiautomation.SWP.SWP_NoActivate = 0x0010
static

◆ SWP_NoCopyBits

int uiautomation.uiautomation.SWP.SWP_NoCopyBits = 0x0100
static

◆ SWP_NoMove

int uiautomation.uiautomation.SWP.SWP_NoMove = 0x0002
static

◆ SWP_NoOwnerZOrder

int uiautomation.uiautomation.SWP.SWP_NoOwnerZOrder = 0x0200
static

◆ SWP_NoRedraw

int uiautomation.uiautomation.SWP.SWP_NoRedraw = 0x0008
static

◆ SWP_NoReposition

int uiautomation.uiautomation.SWP.SWP_NoReposition = SWP_NoOwnerZOrder
static

◆ SWP_NoSendChanging

int uiautomation.uiautomation.SWP.SWP_NoSendChanging = 0x0400
static

◆ SWP_NoSize

int uiautomation.uiautomation.SWP.SWP_NoSize = 0x0001
static

◆ SWP_NoZOrder

int uiautomation.uiautomation.SWP.SWP_NoZOrder = 0x0004
static

◆ SWP_ShowWindow

int uiautomation.uiautomation.SWP.SWP_ShowWindow = 0x0040
static

このクラス詳解は次のファイルから抽出されました: