Name | Description | |
---|---|---|
C1SuperErrorProvider Constructor | Overloaded. |
The following tables list the members exposed by C1SuperErrorProvider.
Name | Description | |
---|---|---|
C1SuperErrorProvider Constructor | Overloaded. |
Name | Description | |
---|---|---|
Antiphased | Gets or sets whether the error icon should blink in different phase for various controls. | |
BlinkCount | Gets or sets the number of icon blinks when a new error text is set for the control. | |
BlinkRate | Gets or sets the rate, in milliseconds, at which the error icon should flash. The default is 250 milliseconds. | |
BlinkStyle | Gets or sets a value indicating when the error icon flashes. | |
ContainerControl | Gets or sets a value indicating the parent control for this C1SuperErrorProvider. | |
DataMember | Gets or sets the list within a data source to monitor. | |
DataSource | Gets or sets the data source that the C1SuperErrorProvider monitors. | |
Icon | Gets or sets the Icon that is displayed next to a control when an error description text has been set for the control. | |
Image | Gets or sets the Image that is displayed next to a control when an error description text has been set for the control. | |
ImageHot | Gets or sets the Image that appears next to a control when the mouse hovers over the error icon. | |
Site | Overridden. Gets or sets the ISite of the Component. | |
Tag | Gets or sets an object that contains data about the component. | |
ToolTip | Gets or sets the associated C1SuperTooltip component displaying the error description text. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
BindToDataAndErrors | Provides a method to set both the DataSource and DataMember at run time. | |
Clear | Removes all error glyphs and clears their settings associated with this component. | |
Dispose | Overloaded. Overridden. Clean up any resources being used. | |
GetError | Returns the current error description text for the specified control. | |
GetIconAlignment | Gets a value indicating where the error icon should be placed in relation to the control. | |
GetIconPadding | Returns the amount of extra space to leave next to the error icon. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
SetError | Sets the error description text for the specified control. | |
SetIconAlignment | Sets the location where the error icon should be placed in relation to the control. | |
SetIconPadding | Sets the amount of extra space to leave between the specified control and the error icon. | |
ToString | (Inherited from System.ComponentModel.Component) | |
UpdateBinding | Provides a method to update the bindings of the DataSource, DataMember, and the error text. |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnIconClick | Raises the IconClick event. | |
OnIconDoubleClick | Raises the IconDoubleClick event. | |
ResetIcon | This member is for internal use only. | |
ShouldSerializeIcon | This member is for internal use only. |
Name | Description | |
---|---|---|
IconClick | Occurs when the error icon is clicked by the mouse. | |
IconDoubleClick | Occurs when the error icon is clicked two or more times. |