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);
member this.PointToRow : System.Drawing.Point -> System.Windows.Forms.ToolStripPanelRow
Public Function PointToRow (clientLocation As Point) As ToolStripPanelRow

매개 변수

clientLocation
Point

Point를 찾기 위한 참조로 사용되는 ToolStripPanelRow입니다.

반환

ToolStripPanelRow

raftingContainerPoint를 포함하는 ToolStripPanelRow이거나 이러한 ToolStripPanelRow가 없으면 null입니다.

적용 대상