IDialogServiceShowEditBox Method |
[Missing <summary> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]
Namespace: Rhino.UI
bool ShowEditBox( string title, string message, string defaultText, bool multiline, out string text )
Function ShowEditBox ( title As String, message As String, defaultText As String, multiline As Boolean, <OutAttribute> ByRef text As String ) As Boolean
[Missing <param name="title"/> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]
[Missing <param name="message"/> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]
[Missing <param name="defaultText"/> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]
[Missing <param name="multiline"/> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]
[Missing <param name="text"/> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]
[Missing <returns> documentation for "M:Rhino.UI.IDialogService.ShowEditBox(System.String,System.String,System.String,System.Boolean,System.String@)"]