ClipboardSelectionCopyMode Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9083)
Determines behavior for copying selected text into clipboard.
Syntax
public enum ClipboardSelectionCopyMode
Fields
Name | Description |
---|---|
CopyAutomatically | Selected text is copied into clipboard automatically. |
DoNotCopy | Selected text is not copied into clipboard. |