Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NClipboard Class
Methods


In This Topic
    NClipboard Class Members
    In This Topic

    The following tables list the members exposed by NClipboard.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Queries whether data is present in the specified format on the clipbard.  
    Public Methodstatic (Shared in Visual Basic)Queries whether data is present in Raster format on the clipbard.  
    Public Methodstatic (Shared in Visual Basic)Queries whether data is present in RTF format on the clipbard.  
    Public Methodstatic (Shared in Visual Basic)Queries whether data is present in Text format on the clipbard.  
    Public Methodstatic (Shared in Visual Basic)Tries to get data in the specified format. Returns null, if data in the specified format does not exists on the clipboard or its retrieval failed. Returns a format specific object instance in case the data was successfully retrived.  
    Public Methodstatic (Shared in Visual Basic)Gets the data object that is on the clipboard  
    Public Methodstatic (Shared in Visual Basic)Tries to get a raster from the clipboard. Returns null, if data in raster format does not exists on the clipboard or its retrieval failed. Returns a raster in case the data was successfully retrived.  
    Public Methodstatic (Shared in Visual Basic)Tries to get a RTF byte array from the clipboard. Returns null, if data in RTF format does not exists on the clipboard or its retrieval failed. Returns a RTF byte array in case the data was successfully retrived.  
    Public Methodstatic (Shared in Visual Basic)Tries to get a string from the clipboard. Returns null, if data in Text format does not exists on the clipboard or its retrieval failed. Returns a text string in case the data was successfully retrived.  
    Public Methodstatic (Shared in Visual Basic)Sets a data object in the specified data format on the clipboard  
    Public Methodstatic (Shared in Visual Basic)Sets the specified data object to the clipbard.  
    Public Methodstatic (Shared in Visual Basic)Sets the specified raster on the clipboard.  
    Public Methodstatic (Shared in Visual Basic)Sets the specified RTF on the clipboard  
    Public Methodstatic (Shared in Visual Basic)Sets the specified text string on the clipboard  
    Top
    See Also