C# 클래스 ZForge.Controls.HeaderPanelNativeMethods

파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FALSE System.IntPtr
HWND_TOPMOST System.IntPtr
TRUE System.IntPtr

공개 메소드들

메소드 설명
GetLastError ( ) : int
TrackMouseEvent ( TRACKMOUSEEVENT tme ) : bool

비공개 메소드들

메소드 설명
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : bool
CreateCompatibleBitmap ( IntPtr hDC, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hDC ) : IntPtr
DeleteDC ( IntPtr hDC ) : bool
DeleteObject ( IntPtr hObject ) : bool
DisableProcessWindowsGhosting ( ) : void
FindWindow ( String lpClassName, String lpWindowName ) : IntPtr
GetAsyncKeyState ( int nVirtKey ) : short
GetDCEx ( IntPtr hwnd, IntPtr hrgnclip, uint fdwOptions ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetWindowDC ( IntPtr hWnd ) : IntPtr
GetWindowLong ( IntPtr hWnd, Int32 Offset ) : Int32
GetWindowRect ( IntPtr hwnd, System.Windows.Forms.RECT &lpRect ) : int
HeaderPanelNativeMethods ( ) : System
PeekMessage ( Message &msg, IntPtr hwnd, int msgMin, int msgMax, int remove ) : bool
RedrawWindow ( IntPtr hWnd, IntPtr rectUpdate, IntPtr hrgnUpdate, uint flags ) : bool
ReleaseDC ( IntPtr hwnd, IntPtr hDC ) : int
SHAppBarMessage ( System dwMessage, APPBARDATA &data ) : UInt32
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr
SendMessage ( IntPtr hwnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int
SetParent ( IntPtr hWndChild, IntPtr hParent ) : IntPtr
SetWindowLong ( IntPtr hWnd, Int32 Offset, Int32 newLong ) : Int32
SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, UInt32 uFlags ) : Int32
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, int flags ) : bool
SetWindowTheme ( IntPtr hwnd, String pszSubAppName, String pszSubIdList ) : int
ShowWindow ( IntPtr hWnd, Int32 dwFlags ) : Int32
SystemParametersInfo ( System uiAction, System uiParam, System pvParam, System fWinIni ) : Int32
_TrackMouseEvent ( TRACKMOUSEEVENT tme ) : bool

메소드 상세

GetLastError() 공개 정적인 메소드

public static GetLastError ( ) : int
리턴 int

TrackMouseEvent() 공개 정적인 메소드

public static TrackMouseEvent ( TRACKMOUSEEVENT tme ) : bool
tme TRACKMOUSEEVENT
리턴 bool

프로퍼티 상세

FALSE 공개적으로 정적으로 프로퍼티

public static IntPtr,System FALSE
리턴 System.IntPtr

HWND_TOPMOST 공개적으로 정적으로 프로퍼티

public static IntPtr,System HWND_TOPMOST
리턴 System.IntPtr

TRUE 공개적으로 정적으로 프로퍼티

public static IntPtr,System TRUE
리턴 System.IntPtr