Dialogs.ShowTextDialog Method

DialogsShowTextDialog Method

Display a text dialog similar to the dialog used for the "What" command.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void ShowTextDialog(
	string message,
	string title
)
Public Shared Sub ShowTextDialog ( 
	message As String,
	title As String
)

Parameters

message
Type: SystemString
Text to display as the message content.
title
Type: SystemString
Test to display as the form title.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also