Click or drag to resize

IRhinoUiDialogServiceShowMultiListBox Method

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.10
Syntax
string[] ShowMultiListBox(
	IList<string> items,
	string message,
	string title,
	IList<string> defaults
)

Parameters

items
Type: System.Collections.GenericIListString

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

message
Type: SystemString

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

title
Type: SystemString

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

defaults
Type: System.Collections.GenericIListString

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

Return Value

Type: String

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

See Also