In The Hand LtdIn The Hand
ClipboardProxy Class
NamespacesInTheHand.VisualBasic.MyServicesClipboardProxy
.NET Components for Mobility
Provides methods for manipulating the Clipboard.
Declaration Syntax
C#Visual Basic
public class ClipboardProxy
Public Class ClipboardProxy
Members
All MembersMethods



IconMemberDescription
Clear()()()()
Clears the Clipboard.

ContainsData(String)
Indicates whether the Clipboard contains data in the specified custom format.

ContainsImage()()()()
Returns a Boolean indicating whether an image is stored on the Clipboard.

ContainsText()()()()
Determines if there is text on the Clipboard.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetData(String)
Retrieves data in a custom format from the Clipboard.

GetDataObject()()()()
Retrieves data from the Clipboard as an IDataObject.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetImage()()()()
Retrieves an image from the Clipboard.

GetText()()()()
Retrieves text from the Clipboard.

GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetData(String, Object)
Writes data in a custom format to the Clipboard.

SetDataObject(DataObject)
Writes a DataObject to the Clipboard.

SetImage(Image)
Writes an image to the Clipboard.

SetText(String)
Writes text to the Clipboard.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
Inheritance Hierarchy
Object
ClipboardProxy

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0