ErrorProvider::ContainerControl Property
.NET Framework (current version)
Gets or sets a value indicating the parent control for this ErrorProvider.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ContainerControl^ ContainerControl { [UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)] [UIPermissionAttribute(SecurityAction::InheritanceDemand, Window = UIPermissionWindow::AllWindows)] ContainerControl^ get(); void set(ContainerControl^ value); }
Property Value
Type: System.Windows.Forms::ContainerControl^The ContainerControl that contains the controls that the ErrorProvider is attached to.
UIPermissionUIPermission
for the immediate caller to get the value of this property. Associated enumeration: UIPermissionWindow::AllWindows
for derived classes to override this property. Associated enumeration: UIPermissionWindow::AllWindows
.NET Framework
Available since 1.1
Available since 1.1
Show: