Nevron.Editors Namespace / NDomEditorHostForm Class / AutoValidate Property


AutoValidate Property (NDomEditorHostForm)
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(True)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Overridable Property AutoValidate As System.Windows.Forms.AutoValidate
 
'Usage
 
Dim instance As NDomEditorHostForm
Dim value As System.Windows.Forms.AutoValidate
 
instance.AutoValidate = value
 
value = instance.AutoValidate
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