ToolStripPanel.PointToRow(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 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
。