| C1.Win.C1Input Namespace > MaskInfo Class : SkipOptional Property |
'Declaration<C1DescriptionAttribute("If True (default), optional mask positions are automatically skipped until the first position allowing the typed character.")> <DefaultValueAttribute()> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property SkipOptional As Boolean
'UsageDim instance As MaskInfo Dim value As Boolean instance.SkipOptional = value value = instance.SkipOptional
[C1Description("If True (default), optional mask positions are automatically skipped until the first position allowing the typed character.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] public bool SkipOptional {get; set;}
[C1Description("If True (default), optional mask positions are automatically skipped until the first position allowing the typed character.")] [DefaultValue()] [RefreshProperties(RefreshProperties.Repaint)] public: property bool SkipOptional { 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