Click or drag to resize

RhinoAppSetCommandPrompt Method (String)

Set Rhino command prompt.

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

Parameters

prompt
Type: SystemString
The new prompt text.
See Also