AdvancedErrorProviderContainerControl Property

Gets or sets a value indicating the parent control for this ErrorProvider.

Definition

Namespace: KGySoft.WinForms.Components
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public ContainerControl? ContainerControl { get; set; }

Return Value

ContainerControl
The ContainerControl that contains the controls that the ErrorProvider is attached to.

See Also