ErrorProvider.ContainerControl Propriété

Définition

Obtient ou définit une valeur qui indique le contrôle parent pour ce ErrorProvider.

public:
 property System::Windows::Forms::ContainerControl ^ ContainerControl { System::Windows::Forms::ContainerControl ^ get(); void set(System::Windows::Forms::ContainerControl ^ value); };
public System.Windows.Forms.ContainerControl ContainerControl { get; set; }
public System.Windows.Forms.ContainerControl? ContainerControl { get; set; }
member this.ContainerControl : System.Windows.Forms.ContainerControl with get, set
Public Property ContainerControl As ContainerControl

Valeur de propriété

ContainerControl qui contient les contrôles auxquels ErrorProvider est attaché.

Remarques

En règle générale, il s’agit Form des contrôles liés aux données qui résident.

S’applique à