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




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

Syntax

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

Return Value

whether or not a copy operation is currently valid

See Also

© 2010 All Rights Reserved.