ToolStripPanel.PointToRow(Point) Méthode

Définition

Récupère ToolStripPanelRow à un point donné dans la zone client 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

Paramètres

clientLocation
Point

Point utilisé comme référence pour rechercher ToolStripPanelRow.

Retours

ToolStripPanelRow qui contient raftingContainerPoint ou null si aucun ToolStripPanelRow de ce type n'existe.

S’applique à