/// <summary> /// 自分のウィンドウにフォーカスを与える /// </summary> public void SetFocus() { if (IsActive) { WinApi.SetFocus(hWnd); } }