Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / IsFmtStrParsed Property


In This Topic
    IsFmtStrParsed Property
    In This Topic
    Determines whether the format string has been parsed since it was set or changed (or something else changed).
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property IsFmtStrParsed As Boolean
    'Usage
     
    
    Dim instance As MaskFormatter
    Dim value As Boolean
     
    value = instance.IsFmtStrParsed
    protected virtual bool IsFmtStrParsed {get;}
    See Also