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

戻り値

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

適用対象