IWebFormsDocumentService.EnableUndo Method (Boolean)

 

Enables the ability to undo actions that occur within undoable action units or transactions.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract EnableUndo : 
        enable:bool -> unit

Parameters

enable
Type: System.Boolean

true if actions should be undoable; otherwise, false.

This method is obsolete and there is no equivalent functionality.

.NET Framework
Available since 1.1
Return to top
Show: