| C1.Win.C1Input Namespace > MaskInfo Class : RegexpEditMask Property |
'Declaration<C1DescriptionAttribute("The edit mask in regexp style.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <DefaultValueAttribute()> Public Property RegexpEditMask As String
'UsageDim instance As MaskInfo Dim value As String instance.RegexpEditMask = value value = instance.RegexpEditMask
[C1Description("The edit mask in regexp style.")] [RefreshProperties(RefreshProperties.Repaint)] [DefaultValue()] public string RegexpEditMask {get; set;}
[C1Description("The edit mask in regexp style.")] [RefreshProperties(RefreshProperties.Repaint)] [DefaultValue()] public: property String^ RegexpEditMask { 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