IEditorOperations.CanPaste Property

Definition

Determines whether a paste operation is possible.

public:
 property bool CanPaste { bool get(); };
public:
 property bool CanPaste { bool get(); };
public bool CanPaste { get; }
member this.CanPaste : bool
Public ReadOnly Property CanPaste As Boolean

Property Value

true if a paste operation is possible, otherwise false.

Applies to