ComponentOne Basic Library for WPF and Silverlight
Copy Method (Clipboard)


C1.Silverlight Namespace > Clipboard Class : Copy Method
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 System.Windows.Input.KeyEventArgs, _
   ByVal s As System.String _
) 
'Usage
 
Dim e As System.Windows.Input.KeyEventArgs
Dim s As System.String
 
Clipboard.Copy(e, s)
public static void Copy( 
   System.Windows.Input.KeyEventArgs e,
   System.string s
)

Parameters

e
s
See Also

Reference

Clipboard Class
Clipboard Members