ToolStripPanel.PointToRow(Point) Método

Definición

Recupera el ToolStripPanelRow dado un punto dentro del área de ToolStripPanel cliente.

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

Parámetros

clientLocation
Point

que Point se usa como referencia para buscar .ToolStripPanelRow

Devoluciones

ToolStripPanelRow que contiene , raftingContainerPointo null si no existe este tipoToolStripPanelRow.

Se aplica a