You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Mouse:</strong> Affects <ahref="MouseGetPos.htm">MouseGetPos</a>, <ahref="Click.htm">Click</a>, <ahref="MouseMove.htm">MouseMove</a>, <ahref="MouseClick.htm">MouseClick</a>, and <ahref="MouseClickDrag.htm">MouseClickDrag</a>.</p>
@@ -32,7 +32,7 @@ <h2 id="Parameters">パラメータ</h2>
32
32
<dt>RelativeTo</dt>
33
33
<dd>
34
34
<p>型:<ahref="../Concepts.htm#strings">文字列</a></p>
35
-
<p>省略すると、初期値は<em>Screen</em>になります。Otherwise, specify one of the following words to indicate the area to which <em>TargetType</em> should be relative:</p>
<p>If CoordMode is not used, the default mode is <em>Client</em>; that is, all built-in functions except those documented otherwise (e.g. <ahref="WinMove.htm">WinMove</a> and <ahref="InputBox.htm">InputBox</a>) use coordinates that are relative to the active window's client area.</p>
<p>省略したときは、対応する値は保存されません。そうでないときは、X座標とY座標を格納する出力変数への参照を指定します。The retrieved coordinates are relative to the active window's client area unless <ahref="CoordMode.htm">CoordMode</a> was used to change to screen coordinates.</p>
<p>省略したときは、対応する値は保存されません。Otherwise, specify a reference to the output variable in which to store the <ahref="../misc/WinTitle.htm#ahk_id">unique ID number</a> of the window under the mouse cursor. ウィンドウを決定できない場合、この変数は空白になります。</p>
30
+
<p>省略したときは、対応する値は保存されません。そうでないときは、マウスカーソルがあるウィンドウの<ahref="../misc/WinTitle.htm#ahk_id">一意の ID 番号</a>を格納する出力変数への参照を指定します。ウィンドウを決定できない場合、この変数は空白になります。</p>
<p>省略したときは、対応する値は保存されません。Otherwise, specify a reference to the output variable in which to store the name (ClassNN) of the control under the mouse cursor. 制御が決定できない場合は、この変数を空白とします。</p>
<p>If omitted, it defaults to 0, meaning the function uses the default method to determine <em>OutputVarControl</em> and stores the control's ClassNN. Otherwise, specify a combination (sum) of the following numbers:</p>
0 commit comments