An error provider that automatically updates its properties.
| New | () | |
| New | (ByVal container As System.ComponentModel.IContainer) |
| BlinkRate | As Integer | Gets or sets the rate at which the error icon flashes. |
| BlinkStyle | As System.Windows.Forms.ErrorBlinkStyle | Gets or sets a value indicating when the error icon flashes. |
| ContainerControl | As System.Windows.Forms.ContainerControl | Gets or sets the reference to the object that implents the GetError methods. |
| Icon | As System.Drawing.Icon | Gets or sets the System.Drawing.Icon that is displayed next to a control when an error discription string has been set for the control. |
| RightToLeft | As Boolean | Gets or sets a value that indicates whether the component is used in a locale that supports right-to-left fonts. |
| Validation | As Boolean | Turns validation on or off. When validation is on, error icons appear and disapear as data changes. When validation is off, error icons do not appear. |
| CanExtend | (ByVal extendee As Object) | As Boolean | |
| GetGetError | (ByVal control As System.Windows.Forms.Control) | As String | |
| SetGetError | (ByVal control As System.Windows.Forms.Control, ByVal method As String) | ||
| Validate | () | As Boolean | Turn on validation and determine whether any errors have been found. |