Click or drag to resize
IValidateDelegate Interface
The interface for user controls that want to nominate which of their controls should have validation messages shown against it (as opposed to the validation message being shown against the user control itself).

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IValidateDelegate

The IValidateDelegate type exposes the following members.

Methods
  NameDescription
Public methodGetValidationDisplayControl
Returns the control to display validation messages against.
Top
See Also