ClipboardManager Class

Default clipboard manager implementation.

Definition

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

Constructors

ClipboardManagerInitializes a new instance of the ClipboardManager class

Properties

ContainsAny 
SupportedClipboardFormats Determines full list of clipboard data types can be handled.

Methods

Contains 
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 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetRegions 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetData(Object, String) 
SetData(Object, String) 
SetRegions 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

BytesRegionsListDataFormat Name of the new data format for Worksheet Regions.
RegionsListDataFormat Name of the data format for Worksheet Regions.

See Also