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

Hücrenin içinde yer alan bir denetim.

Döndürülenler

TableLayoutPanelCellPosition Hücre konumunu temsil eden A.

Şunlara uygulanır