| C1.Win.C1Input Namespace > MaskInfo Class : CaseSensitive Property |
'Declaration<C1DescriptionAttribute("True if comparison with mask literals is case-sensitive; otherwise, False.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property CaseSensitive As Boolean
'UsageDim instance As MaskInfo Dim value As Boolean instance.CaseSensitive = value value = instance.CaseSensitive
[C1Description("True if comparison with mask literals is case-sensitive; otherwise, False.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public bool CaseSensitive {get; set;}
[C1Description("True if comparison with mask literals is case-sensitive; otherwise, False.")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property bool CaseSensitive { bool get(); void set ( bool 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