AutomationPeer.GetClickablePoint メソッド
定義
public:
System::Windows::Point GetClickablePoint();
public System.Windows.Point GetClickablePoint ();
member this.GetClickablePoint : unit -> System.Windows.Point
Public Function GetClickablePoint () As Point
戻り値
要素のクリック可能な領域内のポイント。A point in the clickable area of the element.
例外
このメソッドのパブリック呼び出しが現在進行中です。A public call to this method is currently in progress.
注釈
たとえば、要素がを表している場合、クリック Button 可能なポイントは、 Button マウスでクリックされたときにボタンが表すコマンドを発行する、の表示されているクライアント領域内の任意のポイントです。For example, if the element represents a Button, a clickable point is any point in the visible client area of the Button that issues the command that the button represents when it is clicked by the mouse.