Язык

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 представляющий позицию ячейки.

Применяется к