Declaration
public static string GetUserInput(int maxLength)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maxLength |
|
Returns
| Type |
Description |
| System.String |
|
Declaration
public static string GetUserInput(WindowTitle windowTitle, int maxLength)
Parameters
| Type |
Name |
Description |
| WindowTitle |
windowTitle |
|
| System.Int32 |
maxLength |
|
Returns
| Type |
Description |
| System.String |
|
Declaration
public static string GetUserInput(string defaultText, int maxLength)
Parameters
| Type |
Name |
Description |
| System.String |
defaultText |
|
| System.Int32 |
maxLength |
|
Returns
| Type |
Description |
| System.String |
|
Declaration
public static string GetUserInput(WindowTitle windowTitle, string defaultText, int maxLength)
Parameters
| Type |
Name |
Description |
| WindowTitle |
windowTitle |
|
| System.String |
defaultText |
|
| System.Int32 |
maxLength |
|
Returns
| Type |
Description |
| System.String |
|