public bool SendPaste() { if (!IsAlive) { return(false); } return(Dm.SendPaste(_hwnd) == 1); }
/// <summary> /// 向窗口执行粘贴命令 /// </summary> /// <returns></returns> public bool SendPaste() { if (!IsAlive) { return false; } return Dm.SendPaste(_hwnd); }