TableLayoutPanel.SetCellPosition Metódus

Definíció

Beállítja a TableLayoutPanelCellPosition cella sorát és oszlopát.

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)

Paraméterek

control
Control

Egy cellában lévő vezérlőelem.

position
TableLayoutPanelCellPosition

A TableLayoutPanelCellPosition cella sorát és oszlopát jelképező érték.

A következőre érvényes: