Click or drag to resize

RhinoAppSetCommandPrompt Method (String, String)

Sets the command prompt in Rhino.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void SetCommandPrompt(
	string prompt,
	string promptDefault
)

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.
See Also