ParentControlDesigner.GetControl(Object) Méthode

Définition

Obtient le contrôle à partir du concepteur du composant spécifié.

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

Paramètres

component
Object

Composant pour lequel le contrôle doit être récupéré.

Retours

Control

Control auquel appartient le composant spécifié.

S’applique à

Voir aussi