FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / CopyTextCommand Property

In This Topic
    CopyTextCommand Property (FlexViewerPane)
    In This Topic
    The System.Windows.Input.ICommand that copies the selected text to Clipboard.
    Syntax
    'Declaration
     
    Public ReadOnly Property CopyTextCommand As ICommand
    public ICommand CopyTextCommand {get;}
    See Also