ToolStripPanel.PointToRow(Point) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.
반환
raftingContainerPoint
를 포함하는 ToolStripPanelRow이거나 이러한 ToolStripPanelRow가 없으면 null
입니다.