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






Glossary Item Box

"Represents edit format info. Represents edit format information.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DescriptionAttribute("Represents edit format info.")>
<System.ComponentModel.CategoryAttribute("Format")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public Property EditFormat As MaskValidatorInfo
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As MaskValidatorInfo
 
instance.EditFormat = value
 
value = instance.EditFormat
C# 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Represents edit format info.")]
[System.ComponentModel.CategoryAttribute("Format")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public MaskValidatorInfo EditFormat {get; set;}
Delphi 
public read-write property EditFormat: MaskValidatorInfo; 
JScript 
System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DescriptionAttribute("Represents edit format info.")
System.ComponentModel.CategoryAttribute("Format")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
public function get,set EditFormat : MaskValidatorInfo
Managed Extensions for C++ 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Represents edit format info.")]
[System.ComponentModel.CategoryAttribute("Format")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public: __property MaskValidatorInfo* get_EditFormat();
public: __property void set_EditFormat( 
   MaskValidatorInfo* value
);
C++/CLI 
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Represents edit format info.")]
[System.ComponentModel.CategoryAttribute("Format")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public:
property MaskValidatorInfo^ EditFormat {
   MaskValidatorInfo^ get();
   void set (    MaskValidatorInfo^ 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.