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






Glossary Item Box

Syntax

Visual Basic (Declaration) 
Property EditFormat As MaskValidatorInfo
Visual Basic (Usage)Copy Code
Dim instance As IMask
Dim value As MaskValidatorInfo
 
instance.EditFormat = value
 
value = instance.EditFormat
C# 
MaskValidatorInfo EditFormat {get; set;}
Delphi 
read-write property EditFormat: MaskValidatorInfo; 
JScript 
function get,set EditFormat : MaskValidatorInfo
Managed Extensions for C++ 
__property MaskValidatorInfo* get_EditFormat();
__property void set_EditFormat( 
   MaskValidatorInfo* value
);
C++/CLI 
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.