| C1.Win.C1Input Namespace > PreValidation Class : RegexOptions Property |
'Declaration<C1DescriptionAttribute("Settings affecting regular expression matching.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property RegexOptions As RegexOptionFlags
'UsageDim instance As PreValidation Dim value As RegexOptionFlags instance.RegexOptions = value value = instance.RegexOptions
[C1Description("Settings affecting regular expression matching.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public RegexOptionFlags RegexOptions {get; set;}
[C1Description("Settings affecting regular expression matching.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property RegexOptionFlags RegexOptions { RegexOptionFlags get(); void set ( RegexOptionFlags 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