Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Enumeration RequestedAction | 
| C# | 
|---|
| public enum RequestedAction | 
 Members
Members
| Member name | Description | |
|---|---|---|
|  | DisconnectRequest | 
            The server requests the client to disconnect.
             | 
|  | RingBell | 
            Make a bell sound.
             | 
|  | ResizeScreen | |
|  | ExecuteCommand | |
|  | IconName | 
            Set the icon name. 
            The name is specified by Text.
             | 
|  | WindowTitle | 
            Set the window title. 
            The title is specified by Text.
             | 
|  | DoubleWidthSingleHeightLine | Set row style to double-width, single-line - whole line (DECDWL). The row number is specified by Number.See https://vt100.net/docs/vt510-rm/DECDWL.html for details. | 
|  | DoubleWidthDoubleHeightTopLine | Set row style to double-width, single-height - top half (DECDHL). The row number is specified by Number.For details see https://vt100.net/docs/vt510-rm/DECDHL.html | 
|  | DoubleWidthDoubleHeightBottomLine | Set row style to double-width, double-height - bottom half (DECDHL). The row number is specified by Number.See https://vt100.net/docs/vt510-rm/DECDHL.html for details. | 
|  | SingleWidthSingleHeightLine | Set row style to single-width, single-height - whole line (DECSWL). The row number is specified by Number.See https://vt100.net/docs/vt510-rm/DECSWL.html for details. | 
|  | InvertScreenColors | Invert colors on screen (DECSCNM - Screen Mode: Light or Dark Screen). The state is specified by Number (zero means reset, non-zero means set).See https://vt100.net/docs/vt510-rm/DECSCNM.html for details. | 
|  | NewLineMode | Set new line sequence (LNM). The state is specified by Number (zero means reset, non-zero means set). 
            If LNM is set, client should send CR LF on Enter. | 
|  | LocalEcho | Disable local echo (SRM). The state is specified by Number (zero means reset, non-zero means set). 
            If SRM is set, local echo should be disabled. | 
|  | KeyboardAutoRepeat | Auto Repeat Mode (DECARM). The state is specified by Number (zero means reset, non-zero means set).See https://vt100.net/docs/vt220-rm/chapter4.html#S4.6.15 for details. | 
 
     
     
     
     
    