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




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

Syntax

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

Return Value

whether or not a copy operation is currently valid

See Also

© 2010 All Rights Reserved.