IEditorOperations.CanPaste Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.