Name | Description | |
---|---|---|
![]() | AutoCopyOnSelect | Gets or sets a value indicating whether selected text is automatically copied to the clipboard. |
![]() | ClearSelectionOnCopy | Gets or sets a value indicating whether text remains selected after it is copied to the Clipboard. |
![]() | Columns | Gets the number of columns in the screen. |
![]() | CursorColumn | Gets or setsthe cursor's column location relative to the left edge of the terminal window. |
![]() | CursorFollowsSelection | Gets or sets a value indicating whether the cursor should be placed after the last selected text. |
![]() | CursorRow | Gets or sets the cursor's row location relative to the top edge of the terminal window. |
![]() | IsKeyboardLocked | Gets a value indicating whether the keyboard is locked. |
![]() | Parent | Gets the parent object (IIbmTerminal). |
![]() | Rows | Gets the number of rows of the screen. |
![]() | ScreenSettleState | Gets a value indicating the settle state (stability) of the current screen. |
![]() | ScreenSettleTime | Gets or sets time duration during which there should be no host data changes. |
![]() | Selection | Gets the area of the screen that's currently selected. |
![]() | SelectionMode | Gets or sets options (Block or Stream) that determine the shape of a selected region. |
![]() | StripTrailingBlankLines | Gets or sets a value indicating whether trailing blank lines are removed from the cut or copied text. |