ToolStripPanel.PointToRow(Point) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.