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