Gets or sets a value indicating which control characters are shown permanently on the screen. The property's value can be a bitwise OR combination of the PermanentControlChar enumeration. The bitwise AND operator can be used to test for a given value.

Introduced: X9.

Syntax

public PermanentControlChar PermanentControlChars { get; set; }
Public Property PermanentControlChars() As PermanentControlChar