ToolStripPanel.PointToRow(Point) 메서드

정의

ToolStripPanelRow 클라이언트 영역 내에서 지정된 지점을 검색 ToolStripPanel 합니다.

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

매개 변수

clientLocation
Point

Point 찾기 ToolStripPanelRow위한 참조로 사용됩니다.

반품

ToolStripPanelRow 또는 이러한 raftingContainerPoint 항목이 nullToolStripPanelRow 없는 경우 포함하는 항목입니다.

적용 대상