DialogsShowNumberBox Method (String, String, Double, Double, Double) |
[Missing <summary> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@,System.Double,System.Double)"]
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

public static bool ShowNumberBox( string title, string message, ref double number, double minimum, double maximum )
Public Shared Function ShowNumberBox ( title As String, message As String, ByRef number As Double, minimum As Double, maximum As Double ) As Boolean
Parameters
- title
- Type: SystemString
[Missing <param name="title"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@,System.Double,System.Double)"]
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@,System.Double,System.Double)"]
- number
- Type: SystemDouble
[Missing <param name="number"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@,System.Double,System.Double)"]
- minimum
- Type: SystemDouble
[Missing <param name="minimum"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@,System.Double,System.Double)"]
- maximum
- Type: SystemDouble
[Missing <param name="maximum"/> documentation for "M:Rhino.UI.Dialogs.ShowNumberBox(System.String,System.String,System.Double@,System.Double,System.Double)"]
Return Value
Type: BooleanTrue if the dialog was closed with the OK button. False if the dialog was closed with escape.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8