Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / IgnoreThrowFormatException Property


In This Topic
    IgnoreThrowFormatException Property
    In This Topic
    Sets allow ignore throw format exception or not.
    Syntax
    'Declaration
     
    
    Public WriteOnly Property IgnoreThrowFormatException As Boolean
    'Usage
     
    
    Dim instance As MaskFormatter
     
    instance.IgnoreThrowFormatException = value
    public bool IgnoreThrowFormatException {set;}
    See Also