Visual Basic (Declaration) | |
---|---|
Property EditFormat As MaskValidatorInfo |
Visual Basic (Usage) | ![]() |
---|---|
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); } |
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