Nevron.Diagram Namespace / NLibraryDataObject Class / WrapInDataObject Method


WrapInDataObject Method (NLibraryDataObject)
Syntax
'Declaration
 
Public Shared Function WrapInDataObject( _
   ByVal dataObject As NLibraryDataObject _
) As System.Windows.Forms.DataObject
 
'Usage
 
Dim dataObject As NLibraryDataObject
Dim value As System.Windows.Forms.DataObject
 
value = NLibraryDataObject.WrapInDataObject(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