InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / IgnoreEUICmdErr Property


In This Topic
    IgnoreEUICmdErr Property
    In This Topic
    Gets or sets a value indicating whether Enhanced User Interface command errors are ignored.
    Syntax
    'Declaration
     
    
    Property IgnoreEUICmdErr As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.IgnoreEUICmdErr = value
     
    value = instance.IgnoreEUICmdErr
    bool IgnoreEUICmdErr {get; set;}
    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
    This property is related to CursorProgressIndicator property and is only applicable when CursorProcessIndicator is set to true. The default is false.
    See Also