IExpressionEditorInstance.CanCopy Method

Definition

Returns a value that indicates whether the expression editor instance can be closed.

public:
 bool CanCopy();
public bool CanCopy ();
abstract member CanCopy : unit -> bool
Public Function CanCopy () As Boolean

Returns

true if the expression editor instance can be closed; otherwise, false.

Applies to