ESRI.ArcGIS.ADF.Web.UI.WebControls
CanUndo Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > Editor Class : CanUndo Method




Determine the status of the Undo command in the document editor.

Syntax

Visual Basic (Declaration) 
Public Function CanUndo() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Editor
Dim value As Boolean
 
value = instance.CanUndo()
C# 
public bool CanUndo()

Return Value

whether or not an undo operation is currently valid

See Also

© 2010 All Rights Reserved.