Nevron.Diagram Namespace / NLibraryDataObjectAdaptor Class / Adapt Method


In This Topic
    Adapt Method (NLibraryDataObjectAdaptor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Adapt( _
       ByVal dataObject As System.Windows.Forms.IDataObject _
    ) As System.Object
    'Usage
     
    
    Dim instance As NLibraryDataObjectAdaptor
    Dim dataObject As System.Windows.Forms.IDataObject
    Dim value As System.Object
     
    value = instance.Adapt(dataObject)
    public override System.object Adapt( 
       System.Windows.Forms.IDataObject dataObject
    )

    Parameters

    dataObject
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also