Interface ICopyPasteHandler
Assembly: Experior.Interfaces.dll
Syntax
public interface ICopyPasteHandler
Properties
IsEditing
Declaration
Property Value
Type |
Description |
System.Boolean |
|
SupportCopy
Declaration
bool SupportCopy { get; }
Property Value
Type |
Description |
System.Boolean |
|
SupportCut
Declaration
Property Value
Type |
Description |
System.Boolean |
|
SupportPaste
Declaration
bool SupportPaste { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Copy()
Declaration
Cut()
Declaration
Paste()
Declaration