RhinoAppSetCommandPrompt Method (String, String) |
Sets the command prompt in Rhino.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static void SetCommandPrompt(
string prompt,
string promptDefault
)
Public Shared Sub SetCommandPrompt (
prompt As String,
promptDefault As String
)
Parameters
- prompt
- Type: SystemString
The new prompt text. - promptDefault
- Type: SystemString
Text that appears in angle brackets and indicates what will happen if the user pressed ENTER.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also