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




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

Syntax

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

Return Value

whether or not a copy operation is currently valid

See Also

© 2010 All Rights Reserved.