Needs to be called from a KeyDown handler when a copy shortcut has been pressed.
Works when IsEnabled == false.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public static void Copy( KeyEventArgs e, string s ) |
Visual Basic |
---|
Public Shared Sub Copy ( _ e As KeyEventArgs, _ s As String _ ) |
Parameters
- e
- Type: System.Windows.Input..::..KeyEventArgs
- s
- Type: System..::..String