Nevron .NET Vision
Nevron.Diagram Namespace / NLibraryDataObject Class / SetOnClipboard Method


In This Topic
    SetOnClipboard Method (NLibraryDataObject)
    In This Topic
    Sets the specified library data object on the clipboard
    Syntax
    'Declaration
     
    
    Public Shared Sub SetOnClipboard( _
       ByVal dataObject As NLibraryDataObject _
    ) 
    'Usage
     
    
    Dim dataObject As NLibraryDataObject
     
    NLibraryDataObject.SetOnClipboard(dataObject)
    public static void SetOnClipboard( 
       NLibraryDataObject 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