ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / EmfOptionsForm Class / DoDragDrop Method

In This Topic
    DoDragDrop Method (EmfOptionsForm)
    In This Topic
    Syntax
    'Declaration
     
    Public Function DoDragDrop( _
       ByVal data As System.Object, _
       ByVal allowedEffects As System.Windows.Forms.DragDropEffects _
    ) As System.Windows.Forms.DragDropEffects
    public System.Windows.Forms.DragDropEffects DoDragDrop( 
       System.object data,
       System.Windows.Forms.DragDropEffects allowedEffects
    )

    Parameters

    data
    allowedEffects
    See Also