DialogsShowTextDialog Method |
Display a text dialog similar to the dialog used for the "What" command.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also