ParentControlDesigner.GetControl(Object) Metodo

Definizione

Ottiene il controllo dalla finestra di progettazione del componente specificato.

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

Parametri

component
Object

Componente per il quale recuperare il controllo.

Restituisce

Control

Oggetto Control a cui appartiene il componente specificato.

Si applica a

Vedi anche