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 的参考。

返回

包含 raftingContainerPointToolStripPanelRow,如果不存在这样的 ToolStripPanelRow,则为 null

适用于