ToolStripPanel.PointToRow(Point) Méthode

Définition

Récupère le ToolStripPanelRow point donné dans la ToolStripPanel zone 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

Paramètres

clientLocation
Point

Utilisé Point comme référence pour rechercher le ToolStripPanelRow.

Retours

Qui ToolStripPanelRow contient le raftingContainerPointou null s’il n’en existe pas ToolStripPanelRow .

S’applique à