言語

ToolStripPanel.PointToRow(Point) メソッド

定義

ToolStripPanelRow クライアント領域内のポイントが指定されたToolStripPanelを取得します。

public:
 System::Windows::Forms::ToolStripPanelRow ^ PointToRow(System::Drawing::Point clientLocation);
public System.Windows.Forms.ToolStripPanelRow PointToRow(System.Drawing.Point clientLocation);
public System.Windows.Forms.ToolStripPanelRow? PointToRow(System.Drawing.Point clientLocation);
member this.PointToRow : System.Drawing.Point -> System.Windows.Forms.ToolStripPanelRow
Public Function PointToRow (clientLocation As Point) As ToolStripPanelRow

パラメーター

clientLocation
Point

Point ToolStripPanelRowを検索するための参照として使用されます。

返品

ToolStripPanelRowを含むraftingContainerPoint。そのようなnullが存在しない場合はToolStripPanelRow

適用対象