ClipboardManager Class

Base class for implementations of IClipboardManager.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public abstract class ClipboardManager : IClipboardManager, 
	IClipboardManagerInternal
Inheritance
Object    ClipboardManager
Implements
IClipboardManager, IClipboardManagerInternal

Constructors

ClipboardManagerInitializes a new instance of the ClipboardManager class

Properties

ContainsAny Checks if clipboard contains data in any supported format.
StandardClipboardFormats Returns the standard formats which are supported by the clipboard manager.
SupportedClipboardFormats Determines full list of clipboard data types can be handled.

Methods

Contains Checks if clipboard contains data in specified format.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetData Retrieves data from clipboard in specified format.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRegions Retrieves Worksheet Regions from clipboard and put it on specified position.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetData(Object, String) Stores data of specified format in clipboard.
SetData(Object[], String[]) Stores data of specified formats in clipboard.
SetRegions Stores Worksheet Regions in clipboard.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Explicit Interface Implementations

IClipboardManagerInternal.PasteForContainer Begins paste for the specified worksheet.

See Also