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




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

Syntax

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

Return Value

whether or not a redo operation is currently valid

See Also

© 2010 All Rights Reserved.