整理控件库
This commit is contained in:
@@ -55,7 +55,8 @@ public class MonitorPickObject : IExternalCommand
|
||||
SendMessage(finish, WM_CLICK, IntPtr.Zero, 0);
|
||||
}
|
||||
}
|
||||
internal static bool FindChildClassHwnd(IntPtr hwndParent, IntPtr lParam)
|
||||
|
||||
private static bool FindChildClassHwnd(IntPtr hwndParent, IntPtr lParam)
|
||||
{
|
||||
var childProc = new EnumWindowProc(FindChildClassHwnd);
|
||||
var hwnd = FindWindowEx(hwndParent, IntPtr.Zero, "Button", "完成");
|
||||
|
||||
Reference in New Issue
Block a user