TableLayoutPanel.SetCellPosition メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セルの行と列を表す TableLayoutPanelCellPosition を設定します。
public:
void SetCellPosition(System::Windows::Forms::Control ^ control, System::Windows::Forms::TableLayoutPanelCellPosition position);
public void SetCellPosition (System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position);
member this.SetCellPosition : System.Windows.Forms.Control * System.Windows.Forms.TableLayoutPanelCellPosition -> unit
Public Sub SetCellPosition (control As Control, position As TableLayoutPanelCellPosition)
パラメーター
- control
- Control
セルに含まれるコントロール。
- position
- TableLayoutPanelCellPosition
セルの行と列を表す TableLayoutPanelCellPosition。