다음을 통해 공유


TableLayoutPanel.GetCellPosition(Control) 메서드

정의

셀의 행과 열을 나타내는 TableLayoutPanelCellPosition을 가져옵니다.

public:
 System::Windows::Forms::TableLayoutPanelCellPosition GetCellPosition(System::Windows::Forms::Control ^ control);
public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition (System.Windows.Forms.Control control);
member this.GetCellPosition : System.Windows.Forms.Control -> System.Windows.Forms.TableLayoutPanelCellPosition
Public Function GetCellPosition (control As Control) As TableLayoutPanelCellPosition

매개 변수

control
Control

셀에 포함된 컨트롤입니다.

반환

TableLayoutPanelCellPosition

셀 위치를 나타내는 TableLayoutPanelCellPosition입니다.

적용 대상