Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IOleObject Interface / GetClipboardData Method

In This Topic
    GetClipboardData Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function GetClipboardData( _
       ByVal dwReserved As System.UInteger, _
       ByRef data As System.Runtime.InteropServices.ComTypes.IDataObject _
    ) As System.Integer
    System.int GetClipboardData( 
       System.uint dwReserved,
       out System.Runtime.InteropServices.ComTypes.IDataObject data
    )

    Parameters

    dwReserved
    data
    See Also