An NDoc Documented Class Library

RequiredFieldValidator Class

Makes the associated input control a required field.

For a list of all members of this type, see RequiredFieldValidator Members.

System.Object
   MarshalByRefObject
      Component
         BaseValidator
            RequiredFieldValidator

public class RequiredFieldValidator : BaseValidator

Remarks

Use this control to make an input control a required field. The input control fails validation if its value does not change from the InitialValue property upon losing focus.

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

RequiredFieldValidator Members | Genghis.Windows.Forms Namespace