Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1MaskedTextBox Class / ShouldSerializeMaskInfo Method

In This Topic
    ShouldSerializeMaskInfo Method
    In This Topic
    Specifies whether to save the value of the MaskInfo property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeMaskInfo() As Boolean
    protected bool ShouldSerializeMaskInfo()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also