PDFView4NET WinForms Edition
IsValid Property (FieldValidateEventArgs)




O2S.Components.PDFView4NET Namespace > FieldValidateEventArgs Class : IsValid Property
Gets or sets a value indicating whether field value is valid or not.
Syntax
'Declaration
 
Public Property IsValid As Boolean
'Usage
 
Dim instance As FieldValidateEventArgs
Dim value As Boolean
 
instance.IsValid = value
 
value = instance.IsValid
public bool IsValid {get; set;}
public: __property bool get_IsValid();
public: __property void set_IsValid( 
   bool value
);
public:
property bool IsValid {
   bool get();
   void set (    bool value);
}

Property Value

True if field value is value, false otherwise. Default is true.
Remarks
Set this property to false to mark a field as invalid and keep focus on the field.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FieldValidateEventArgs Class
FieldValidateEventArgs Members