| Brecham.Obex — An OBEX library for the .NET Framework |
|
MenuKeyboardInput.Prompt Field
The String that contains the characters that form the user prompt, by default this is ">".
[Visual Basic]
Public Const Prompt As
String = ">"
[C#]
public const
string Prompt = ">";
See Also
MenuKeyboardInput Class | Brecham.Obex.Net Namespace