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

適用対象