Show / Hide Table of Contents

Interface ICopyPasteHandler

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ICopyPasteHandler

Properties

IsEditing

Declaration
bool IsEditing { get; }
Property Value
Type Description
System.Boolean

SupportCopy

Declaration
bool SupportCopy { get; }
Property Value
Type Description
System.Boolean

SupportCut

Declaration
bool SupportCut { get; }
Property Value
Type Description
System.Boolean

SupportPaste

Declaration
bool SupportPaste { get; }
Property Value
Type Description
System.Boolean

Methods

Copy()

Declaration
void Copy()

Cut()

Declaration
void Cut()

Paste()

Declaration
void Paste()
Back to top Generated by DocFX