ErrorProvider Properties
.NET Framework 4.5
The ErrorProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
BlinkRate | Gets or sets the rate at which the error icon flashes. |
|
BlinkStyle | Gets or sets a value indicating when the error icon flashes. |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
ContainerControl | Gets or sets a value indicating the parent control for this ErrorProvider. |
|
DataMember | Gets or sets the list within a data source to monitor. |
|
DataSource | Gets or sets the data source that the ErrorProvider monitors. |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Icon | Gets or sets the Icon that is displayed next to a control when an error description string has been set for the control. |
|
RightToLeft | Gets or sets a value that indicates whether the component is used in a locale that supports right-to-left fonts. |
|
Site | Gets or sets the ISite of the Component. (Overrides Component.Site.) |
|
Tag | Gets or sets an object that contains data about the component. |