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

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