Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / Cegc Property
In This Topic
    Cegc Property
    In This Topic
    Gets or sets a value indicating whether additional characters (above character 128) in the configured National Character Set are available.
    Syntax
    expression.Cegc As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When this property is set to false, additional characters are not available. The default is false.
    See Also