Table of Contents

Enum ClipboardType

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

Represents the type of data stored in the clipboard.

public enum ClipboardType

Fields

File = 2

Represents a file stored in the clipboard.

Image = 0

Represents an image stored in the clipboard.

Other = 3

Represents other types of data stored in the clipboard.

Text = 1

Represents text stored in the clipboard.