ParentControlDesigner.GetControl(Object) Metoda

Definice

Získá ovládací prvek od návrháře zadané komponenty.

protected:
 System::Windows::Forms::Control ^ GetControl(System::Object ^ component);
protected System.Windows.Forms.Control GetControl (object component);
member this.GetControl : obj -> System.Windows.Forms.Control
Protected Function GetControl (component As Object) As Control

Parametry

component
Object

Komponenta pro načtení ovládacího prvku.

Návraty

Control

Zadaná Control komponenta patří.

Platí pro

Viz také