Click or drag to resize

TermCommands Class

Provides the commands to be used in ActionCommand.
Inheritance Hierarchy
SystemObject
  Flex.Hal.TermTermCommands

Namespace:  Flex.Hal.Term
Assembly:  Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax
public static class TermCommands

The TermCommands type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEditClear
Specifies the Edit Clear command.
Public fieldStatic memberEditCopy
Specifies the Edit Copy command.
Public fieldStatic memberEditCopyAppend
Specifies the Edit Copy Append command.
Public fieldStatic memberEditCut
Specifies the Edit Cut command.
Public fieldStatic memberEditPaste
Specifies the Edit Paste command.
Public fieldStatic memberEditPasteContinue
Specifies the Edit Paste Continue command.
Public fieldStatic memberEditSelectAll
Specifies the Edit Select All command.
Top
See Also