ToolStripPanel.PointToRow(Point) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.