TableLayoutPanel.GetCellPosition(Control) Yöntem

Tanım

Hücrenin TableLayoutPanelCellPosition satırını ve sütununu temsil eden öğesini alır.

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

Parametreler

control
Control

Bir hücrenin içinde yer alan denetim.

Döndürülenler

TableLayoutPanelCellPosition

TableLayoutPanelCellPosition Hücre konumunu temsil eden bir.

Şunlara uygulanır