ToolStripPanel.PointToRow(Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.