ComponentOne MultiSelect for WinForms
C1.Win.Input.Formating Namespace / MaskInfo Class / SkipOptional Property

In This Topic
    SkipOptional Property (MaskInfo)
    In This Topic
    Gets or sets a value that indicates whether 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;}
    Remarks
    If True (default), optional mask positions are automatically skipped until the first position allowing the typed character.
    See Also