ToolStripPanel.PointToRow(Point) Método

Definição

Recupera o ToolStripPanelRow ponto dado dentro da ToolStripPanel área do 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

A Point usado como referência para encontrar o ToolStripPanelRow.

Devoluções

O ToolStripPanelRow que contém o raftingContainerPoint, ou null se tal não ToolStripPanelRow existir.

Aplica-se a