Compartir vía


ParentControlDesigner.GetControl(Object) Método

Definición

Obtiene el control del diseñador del componente especificado.

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 para el que se va a recuperar el control.

Devoluciones

al Control que pertenece el componente especificado.

Se aplica a

Consulte también