Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / CustomMaskEventArgs Class / Valid Property


In This Topic
    Valid Property
    In This Topic
    Gets or sets whether the value is valid.
    Syntax
    'Declaration
     
    
    Public Property Valid As Boolean
    'Usage
     
    
    Dim instance As CustomMaskEventArgs
    Dim value As Boolean
     
    instance.Valid = value
     
    value = instance.Valid
    public bool Valid {get; set;}
    See Also