ToolStripPanel.PointToRow(Point) Methode

Definition

Ruft die ToolStripPanelRow ab, wenn ein Punkt im ToolStripPanel-Clientbereich angegeben ist.

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

Parameter

clientLocation
Point

Ein als Verweis zum Suchen der Point verwendeter ToolStripPanelRow.

Gibt zurück

ToolStripPanelRow

Die ToolStripPanelRow, die den raftingContainerPoint enthält, oder null, wenn keine solche ToolStripPanelRow vorhanden ist.

Gilt für