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

In This Topic
    FilterDataObject Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function FilterDataObject( _
       ByVal pDO As System.Runtime.InteropServices.ComTypes.IDataObject, _
       ByRef ppDORet As System.Runtime.InteropServices.ComTypes.IDataObject _
    ) As System.Integer
    System.int FilterDataObject( 
       System.Runtime.InteropServices.ComTypes.IDataObject pDO,
       out System.Runtime.InteropServices.ComTypes.IDataObject ppDORet
    )

    Parameters

    pDO
    ppDORet
    See Also