Indicates whether undo support is enabled for the text-editing control.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsUndoEnabled { get; set; }
Visual Basic
Public Property IsUndoEnabled As Boolean
	Get
	Set
JScript
function get IsUndoEnabled () : boolean
function set IsUndoEnabled (value : boolean)

See Also