Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Clipboard Class
Properties Methods


In This Topic
    Clipboard Class Members
    In This Topic

    The following tables list the members exposed by Clipboard.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets a value that indicates whether the clipboard can be accessed.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Needs to be called from a KeyDown handler when a copy shortcut has been pressed. Works when IsEnabled == false.  
    Public Methodstatic (Shared in Visual Basic)Gets HTML from the clipboard.  
    Public Methodstatic (Shared in Visual Basic)Gets text from the clipboard.  
    Public Methodstatic (Shared in Visual Basic)Copies text to the clipboard.  
    Top
    See Also