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

In This Topic
    Drop Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Function Drop( _
       ByVal pDataObj As System.Runtime.InteropServices.ComTypes.IDataObject, _
       ByVal grfKeyState As System.UInteger, _
       ByVal pt As tagPOINT, _
       ByRef pdwEffect As System.UInteger _
    ) As System.Integer
    System.int Drop( 
       System.Runtime.InteropServices.ComTypes.IDataObject pDataObj,
       System.uint grfKeyState,
       tagPOINT pt,
       out System.uint pdwEffect
    )

    Parameters

    pDataObj
    grfKeyState
    pt
    pdwEffect
    See Also