public UndoRedoTextUpdateBehavior TextUpdateBehavior { get; set; }
Public Property TextUpdateBehavior As UndoRedoTextUpdateBehavior
Get
Set
Dim instance As UndoRedoMaskedTextBox
Dim value As UndoRedoTextUpdateBehavior
value = instance.TextUpdateBehavior
instance.TextUpdateBehavior = value
public:
property UndoRedoTextUpdateBehavior TextUpdateBehavior {
UndoRedoTextUpdateBehavior get ();
void set (UndoRedoTextUpdateBehavior value);
}
member TextUpdateBehavior : UndoRedoTextUpdateBehavior with get, set
No code example is currently available or this language may not be supported.