Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Clipboard Class / Copy Method

In This Topic
    Copy Method
    In This Topic
    Needs to be called from a KeyDown handler when a copy shortcut has been pressed. Works when IsEnabled == false.
    Syntax
    'Declaration
     
    
    Public Shared Sub Copy( _
       ByVal e As KeyEventArgs, _
       ByVal s As String _
    ) 
    public static void Copy( 
       KeyEventArgs e,
       string s
    )

    Parameters

    e
    s
    See Also