ValidationHintAppearances Properties
Provides three property groups that store the appearance settings for all possible validation states of a target control, related to the ValidationHint object.| Name | Description |
|---|---|
| IndeterminateState | Provides access to appearance settings used by a ValidationHint when its target control is in the indeterminate state. |
| InvalidState | Provides access to appearance settings used by a ValidationHint when its target control is in the invalid state. |
| IsDisposed | Gets whether the current object has been disposed of. Inherited from BaseAppearanceCollection. |
| IsLoading | Indicates whether the collection’s owner is currently being initialized. Inherited from BaseAppearanceCollection. |
| ValidState | Provides access to appearance settings used by a ValidationHint when its target control is in the valid state. |
See Also