IExpressionEditorInstance.CanCut Method

Definition

Returns a value that indicates whether the expression can be cut.

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

Returns

true if the expression can be cut; otherwise, false.

Applies to