Click or drag to resize

DialogsShowTextDialog Method

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void ShowTextDialog(
	string message,
	string title
)

Parameters

message
Type: SystemString
Text to display as the message content.
title
Type: SystemString
Test to display as the form title.
See Also