| C1.Win.C1Input Namespace > MaskInfo Class : EditMask Property |
'Declaration<C1DescriptionAttribute("The edit mask string restricting user input.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property EditMask As String
'UsageDim instance As MaskInfo Dim value As String instance.EditMask = value value = instance.EditMask
[C1Description("The edit mask string restricting user input.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public string EditMask {get; set;}
[C1Description("The edit mask string restricting user input.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property String^ EditMask { String^ get(); void set ( String^ 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