ComponentOne Basic Library for WPF and Silverlight
IsUndoEnabled Property


C1.WPF Namespace > C1MaskedTextBox Class : IsUndoEnabled Property
Syntax
'Declaration
 
Public Property IsUndoEnabled As System.Boolean
'Usage
 
Dim instance As C1MaskedTextBox
Dim value As System.Boolean
 
instance.IsUndoEnabled = value
 
value = instance.IsUndoEnabled
public System.bool IsUndoEnabled {get; set;}
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members