Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / Clipboard Class
Fields Methods


In This Topic
    Clipboard Class Members
    In This Topic

    The following tables list the members exposed by Clipboard.

    Public Fields
     NameDescription
    Public Field  
    Public Field  
    Public FieldUnicode text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)  
    Public Methodstatic (Shared in Visual Basic)Closes the clipboard.  
    Public Methodstatic (Shared in Visual Basic)Enumerates the data formats currently available on the clipboard.  
    Public Methodstatic (Shared in Visual Basic)Gets the bitmap data from clipboard as System.IO.Stream.  
    Public Methodstatic (Shared in Visual Basic)Retrieves from the clipboard the name of the specified registered format.  
    Public Methodstatic (Shared in Visual Basic)Gets the image data from clipboard as System.IO.Stream.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a boolean value indicates whether the specified format is available in clipboard.  
    Public Methodstatic (Shared in Visual Basic)Opens the clipboard for examination and prevents other applications from modifying the clipboard content.  
    Top
    See Also