ParentControlDesigner.GetControl(Object) Método

Definición

Obtiene el control del componente especificado desde el diseñador.

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

Parámetros

component
Object

Componente del que se va a recuperar el control.

Devoluciones

Control al que pertenece el componente especificado.

Se aplica a

Consulte también