ToolStripPanel.PointToRow(Point) Methode

Definitie

Haalt het ToolStripPanelRow opgegeven punt in het ToolStripPanel clientgebied op.

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

Parameters

clientLocation
Point

Een Point gebruikt als verwijzing om de ToolStripPanelRow.

Retouren

De ToolStripPanelRow inhoud die de raftingContainerPoint, of null als er geen dergelijke ToolStripPanelRow bestaat.

Van toepassing op