ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfo Class / SkipOptional Property

In This Topic
    SkipOptional Property
    In This Topic
    If True (default), optional mask positions are automatically skipped until the first position allowing the typed character.
    Syntax
    'Declaration
     
    Public Property SkipOptional As Boolean
    public bool SkipOptional {get; set;}
    See Also