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: 6.0.8219.1880
Syntax
public class AttributeSettings

The AttributeSettings type exposes the following members.

Constructors
 NameDescription
Public methodAttributeSettingsInitializes 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 propertyBellSound Gets or sets a value that indicates whether host bell sound will be played.
Public propertyBlockEnd Gets or sets the blockend mode.
Public propertyCapsLock Gets or sets the capslock mode.
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 propertyDisplayProgCheckErr Gets or sets a value that indicates whether 3270 program check error will be displayed on the OIA line.
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 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 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 propertyNumericFieldChecking Gets or sets a value that indicates whether numeric field checking is enabled.
Public propertyOIADateFormat Gets or sets the OIA line date format.
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 propertyShowUnprotectedFieldAs Gets or sets how unprotected fields are shown.
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