Spread WinForms 15
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
See Also