ToolStripPanel.PointToRow(Point) Methode

Definition

Ruft den ToolStripPanelRow angegebenen Punkt innerhalb des ToolStripPanel Clientbereichs ab.

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

Parameter

clientLocation
Point

A Point used as a reference to find the ToolStripPanelRow.

Gibt zurück

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

Gilt für: