Intersoft WebInput Documentation
ResetOnInvalidEntry Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : ResetOnInvalidEntry Property






Glossary Item Box

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")>
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.Web.UI.ThemeableAttribute(False)>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ResetOnInvalidEntry As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As System.Boolean
 
instance.ResetOnInvalidEntry = value
 
value = instance.ResetOnInvalidEntry
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.ThemeableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool ResetOnInvalidEntry {get; set;}
Delphi 
public read-write property ResetOnInvalidEntry: System.Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.NotifyParentPropertyAttribute()
System.Web.UI.ThemeableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ResetOnInvalidEntry : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.ThemeableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_ResetOnInvalidEntry();
public: __property void set_ResetOnInvalidEntry( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets or sets a value wether autocomplete date value is enabled.")]
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.ThemeableAttribute(false)]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool ResetOnInvalidEntry {
   System.bool get();
   void set (    System.bool value);
}

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.