FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / CopyTextCommand Property

In This Topic
    CopyTextCommand Property (C1FlexViewerPane)
    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