DSkin
DSkin
DSkin
NativeMethods 类
NativeMethods 方法
AllocConsole 方法
AlphaBlend 方法
AnimateWindow 方法
BeginPaint 方法
BitBlt 方法
CallNextHookEx 方法
CallWindowProc 方法
ChildWindowFromPointEx 方法
ChoosePixelFormat 方法
CoCreateInstance 方法
CombineRgn 方法
CreateBitmapIndirect 方法
CreateCaret 方法
CreateCompatibleBitmap 方法
CreateCompatibleDC 方法
CreateDC 方法
CreateDCA 方法
CreateDCW 方法
CreateDIBSection 方法
CreateHatchBrush 方法
CreateILockBytesOnHGlobal 方法
CreateMemoryHdc 方法
CreatePatternBrush 方法
CreatePen 方法
CreateRectRgn 方法
CreateRoundRectRgn 方法
CreateSolidBrush 方法
CreateWindowEx 方法
DefWindowProc 方法
DeleteDC 方法
DeleteObject 方法
DestroyCaret 方法
DestroyWindow 方法
DwmEnableBlurBehindWindow 方法
DwmEnableComposition 方法
DwmExtendFrameIntoClientArea 方法
DwmIsCompositionEnabled 方法
EndPaint 方法
ExtCreateRegion 方法
FindWindow 方法
FindWindowEx 方法
FreeConsole 方法
GdiFlush 方法
GdipBitmapApplyEffect 方法
GdipBitmapConvertFormat 方法
GdipBitmapCreateApplyEffect 方法
GdipCreateEffect 方法
GdipDeleteEffect 方法
GdipGetEffectParameters 方法
GdipGetEffectParameterSize 方法
GdipInitializePalette 方法
GdipSetEffectParameters 方法
GetBkColor 方法
GetBkMode 方法
GetCaretBlinkTime 方法
GetClassName 方法
GetClientRect 方法
GetComboBoxInfo 方法
GetCurrentThreadId 方法
GetCursorInfo 方法
GetCursorPos 方法
GetDC 方法
GetDesktopWindow 方法
GetDIBits 方法
GetKeyState 方法
GetModuleHandle 方法
GetObject 方法
GetParent 方法
GetPixel 方法
GetScrollBarInfo 方法
GetScrollInfo 方法
GetScrollPos 方法
GetShortPathName 方法
GetSystemMenu 方法
GetSystemMetrics 方法
GetTextColor 方法
GetTextExtentExPoint 方法
GetTextExtentPoint32 方法
GetTextFace 方法
GetTextMetrics 方法
GetVersionExA 方法
GetWindowDC 方法
GetWindowLong 方法
GetWindowLongA 方法
GetWindowLongPtr 方法
GetWindowLongPtr32 方法
GetWindowLongPtr64 方法
GetWindowRect 方法
GetWindowRectangle 方法
GetWindowThreadProcessId 方法
HideCaret 方法
HIWORD 方法
ImmAssociateContext 方法
ImmAssociateContextEx 方法
ImmCreateContext 方法
ImmDestroyContext 方法
ImmGetCompositionString 方法
ImmGetContext 方法
ImmGetConversionStatus 方法
ImmGetOpenStatus 方法
ImmReleaseContext 方法
ImmSetCompositionWindow 方法
ImmSetConversionStatus 方法
ImmSetOpenStatus 方法
InvalidateRect 方法
IsAppThemed 方法
IsWindow 方法
IsWindowVisible 方法
LineTo 方法
LoadCursor 方法
LoadLibrary 方法
LOWORD 方法
MAKELONG 方法
MAKELPARAM 方法
mciSendString 方法
MessageBox 方法
mouse_event 方法
MouseToMoveControl 方法
MoveToEx 方法
MoveWindow 方法
OffsetRect 方法
OleCreateFromFile 方法
OleDraw 方法
OleSetContainedObject 方法
PatBlt 方法
PostMessage 方法
PtInRect 方法
Rectangle 方法
RedrawWindow 方法
RegisterClassEx 方法
RegisterHotKey 方法
ReleaseCapture 方法
ReleaseDC 方法
ReleaseMemoryHdc 方法
ScreenToClient 方法
SelectClipRgn 方法
SelectObject 方法
SendMessage 方法
SetActiveWindow 方法
SetBkColor 方法
SetBkMode 方法
SetBrushOrgEx 方法
SetCapture 方法
SetCaretPos 方法
SetCursor 方法
SetCursorPos 方法
SetDIBits 方法
SetDIBitsToDevice 方法
SetForegroundWindow 方法
SetLayeredWindowAttributes 方法
SetParent 方法
SetPixel 方法
SetPixelFormat 方法
SetProcessDPIAware 方法
SetScrollInfo 方法
SetScrollPos 方法
SetTextAlign 方法
SetTextColor 方法
SetWindowLong 方法
SetWindowLong32 方法
SetWindowLongA 方法
SetWindowLongPtr 方法
SetWindowLongPtr32 方法
SetWindowLongPtr64 方法
SetWindowPos 方法
SetWindowRgn 方法
SetWindowsHookEx 方法
SetWindowTheme 方法
ShowCaret 方法
ShowWindow 方法
ShowWindowAsync 方法
StgCreateDocfileOnILockBytes 方法
SwapBuffers 方法
TextOut 方法
TrackPopupMenu 方法
TrackPopupMenuEx 方法
TransparentBlt 方法
UnhookWindowsHookEx 方法
UnregisterClass 方法
UnregisterHotKey 方法
UpdateLayeredWindow 方法
WindowFromDC 方法
NativeMethods
MouseToMoveControl 方法
鼠标移动窗体或者控件(在鼠标按下事件里调用该方法,来实现鼠标移动窗体或者控件)
命名空间:
DSkin
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
static
void
MouseToMoveControl
(
IntPtr
handle
)
参数
handle
类型:
System
IntPtr
窗体或者控件句柄
参见
引用
NativeMethods 类
DSkin 命名空间