Console.WebButtons (read-only, Buttons)
Buttons argument to Console.ReadLine() when in web mode
Console.WebButtons
The property syntax has these parts:
Part | Description |
---|---|
Value (Buttons) | Buttons argument to Console.ReadLine() when in web mode |
The (symbolic) values for Buttons are:
Constant | Value | Description |
---|---|---|
consOkCancel | 1 | Show the OK and Cancel buttons. |
consOkOnly | 3 | Show only the OK button. |
consYesNo | 2 | Show the Yes and No buttons |