ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridDefaultInputHandlingStrategy Class / SetClipboardContent Method

In This Topic
    SetClipboardContent Method
    In This Topic
    Gets the text that will be the content of the clipboard.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetClipboardContent( _
       ByVal clipboardContent As String _
    ) 
    public virtual void SetClipboardContent( 
       string clipboardContent
    )

    Parameters

    clipboardContent
    See Also