Click or drag to resize

DialogsShowMessage Method (String, String)

Same as System.Windows.Forms.MessageBox.Show but using a message box tailored to Rhino.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static ShowMessageResult ShowMessage(
	string message,
	string title
)

Parameters

message
Type: SystemString
Message box text content.
title
Type: SystemString
Message box title text.

Return Value

Type: ShowMessageResult
One of the ShowMessageBoxResult values.
See Also