IDialogService.ShowMultiListBox Method

IDialogServiceShowMultiListBox Method

[Missing <summary> documentation for "M:Rhino.UI.IDialogService.ShowMultiListBox(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
string[] ShowMultiListBox(
	string title,
	string message,
	IList<string> items,
	IList<string> defaults = null
)
Function ShowMultiListBox ( 
	title As String,
	message As String,
	items As IList(Of String),
	Optional defaults As IList(Of String) = Nothing
) As String()

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Rhino.UI.IDialogService.ShowMultiListBox(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Rhino.UI.IDialogService.ShowMultiListBox(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})"]

items
Type: System.Collections.GenericIListString

[Missing <param name="items"/> documentation for "M:Rhino.UI.IDialogService.ShowMultiListBox(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})"]

defaults (Optional)
Type: System.Collections.GenericIListString

[Missing <param name="defaults"/> documentation for "M:Rhino.UI.IDialogService.ShowMultiListBox(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.UI.IDialogService.ShowMultiListBox(System.String,System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also