GetObjectSetPressEnterWhenDonePrompt Method |
The default prompt when EnablePressEnterWhenDonePrompt is enabled is "Press Enter
when done". Use this function to specify a different string to be appended.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void SetPressEnterWhenDonePrompt(
string prompt
)
Public Sub SetPressEnterWhenDonePrompt (
prompt As String
)
Parameters
- prompt
- Type: SystemString
The text that will be displayed just after the prompt,
after the selection has been made.
See Also