ComponentOne Basic Library for WPF and Silverlight
IsValid Property (C1MaskedTextBox)


C1.WPF Namespace > C1MaskedTextBox Class : IsValid Property
Gets a value that determines whether the control contains a valid entry.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As System.Boolean
'Usage
 
Dim instance As C1MaskedTextBox
Dim value As System.Boolean
 
value = instance.IsValid
public System.bool IsValid {get;}
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members