Click or drag to resize

AttributeSettings Class

Provides terminal control properties for serialization purpose.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsAttributeSettings

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public class AttributeSettings

The AttributeSettings type exposes the following members.

Constructors
  NameDescription
Public methodAttributeSettings
Initializes a new instance of the AttributeSettings class
Top
Properties
  NameDescription
Public propertyAnswerBack
Gets or sets the answerback text.
Public propertyAttnKeyMethod
Gets or sets the attention key method.
Public propertyAttribute
Gets or sets the attribute mode.
Public propertyAutoRepeatAID
Gets or sets a value that indicates whether a held down AID key is sent repeatedly.
Public propertyAutoRepeatKey
Gets or sets a value that indicates whether a held down key is sent repeatedly.
Public propertyAutoResetKeyboard
Gets or sets the auto reset keyboard mode.
Public propertyAutoScroll
Gets or sets a value that indicates whether auto scroll is enabled.
Public propertyAutoUnlockKeyboard
Gets or sets a value that indicates whether keyboard is auto unlocked.
Public propertyAutoWrap
Gets or sets a value that indicates whether auto wrap is enabled.
Public propertyBackspaceMode
Gets or sets the backspace mode.
Public propertyBlockEnd
Gets or sets the blockend mode.
Public propertyCapsLock
Gets or sets the capslock mode.
Public propertyColorSchemeData
Gets or sets the color scheme data.
Public propertyColumnSeparator
Gets or sets the column separator.
Public propertyCursorBlink
Gets or sets a value that indicates whether cursor blinking is enabled or not.
Public propertyCursorRuler
Gets or sets the cursor ruler type.
Public propertyCursorShape
Gets or sets the cursor shape.
Public propertyEditSchemeData
Gets or sets the edit scheme data.
Public propertyEnterKeyCRLF
Gets or sets a value that indicates whether enter key sends CR/LF (when this is true) or CR (when this is false).
Public propertyFontSize
Gets or sets the font size.
Public propertyHotspotSchemeData
Gets or sets the hotspot scheme data.
Public propertyInsertModeResetAfterAID
Gets or sets a value that indicates whether insert mode is reset after an AID key is sent.
Public propertyInsertModeToggleCursor
Gets or sets a value that indicates whether insert mode toggles cursor shape.
Public propertyKeyboardSchemeData
Gets or sets the keyboard scheme data.
Public propertyLightBackground
Gets or sets a value that indicates whether light background is enabled.
Public propertyLocalEcho
Gets or sets a value that indicates whether local echo is enabled.
Public propertyMouseSchemeData
Gets or sets the mouse scheme data.
Public propertyNumericFieldChecking
Gets or sets a value that indicates whether numeric field checking is enabled.
Public propertyPrintingMode
Gets or sets the printing mode for host printing.
Public propertyPrintSpoolWaitTimeSec
Gets or sets the printing spool wait time in seconds.
Public propertyReceivedCR
Gets or sets the received CR mode. If this is enabled, when the terminal receives a CR (Carriage Return), the cursor moves to the beginning of the next line. If this is disabled, the cursor moves to the beginning of the current line.
Public propertyReturnKeyCRLF
Gets or sets a value that indicates whether return key sends CR/LF (when this is true) or CR (when this is false).
Public propertySendACK
Gets or sets a value that indicates whether acknowledgments are sent to the host.
Public propertySendAnswerback
Gets or sets a value that indicates whether answerbacks are sent to the host.
Public propertyShowBlinkTextAs
Gets or sets a value that indicates how blinking text are displayed.
Public propertyShowFieldAttributes
Gets or sets a value that indicates if the field attributes are visible.
Public propertyTransferListData
Gets or sets the transfer list data.
Public propertyTransferSettings
Gets or sets the file transfer settings.
Public propertyTypeAheadTimeout
Gets or sets the type ahead time out value in milliseconds.
Public propertyVtStatusLine
Gets or sets the status line mode.
Public propertyWyseStatusLine
Gets or sets the status line mode.
Top
See Also