AdvancedErrorProviderContainerControl Property
Gets or sets a value indicating the parent control for this
ErrorProvider.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public ContainerControl? ContainerControl { get; set; }
Public Property ContainerControl As ContainerControl
Get
Set
public:
property ContainerControl^ ContainerControl {
ContainerControl^ get ();
void set (ContainerControl^ value);
}
member ContainerControl : ContainerControl with get, set
Return Value
ContainerControlThe
ContainerControl that contains the controls that the
ErrorProvider is attached to.