Language
Edit

DataObject Interface

Definition

[System.Runtime.InteropServices.Guid("EC72F590-F375-11CE-B9E8-00AA006B1A69")]
public interface DataObject : Microsoft.Vbe.Interop.Forms.IDataAutoWrapper
[<System.Runtime.InteropServices.Guid("EC72F590-F375-11CE-B9E8-00AA006B1A69")>]
type DataObject = interface
    interface IDataAutoWrapper
Public Interface DataObject
Implements IDataAutoWrapper
Derived
Attributes
Implements

Methods

Name Description
Clear() (Inherited from IDataAutoWrapper)
GetFormat(Object) (Inherited from IDataAutoWrapper)
GetFromClipboard() (Inherited from IDataAutoWrapper)
GetText(Object) (Inherited from IDataAutoWrapper)
PutInClipboard() (Inherited from IDataAutoWrapper)
SetText(String, Object) (Inherited from IDataAutoWrapper)
StartDrag(Object) (Inherited from IDataAutoWrapper)

Applies to