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 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 .