Dialogs.ShowListBox Method (String, String, IList, Object)

DialogsShowListBox Method (String, String, IList, Object)

[Missing <summary> documentation for "M:Rhino.UI.Dialogs.ShowListBox(System.String,System.String,System.Collections.IList,System.Object)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Object ShowListBox(
	string title,
	string message,
	IList items,
	Object selectedItem
)
Public Shared Function ShowListBox ( 
	title As String,
	message As String,
	items As IList,
	selectedItem As Object
) As Object

Parameters

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Rhino.UI.Dialogs.ShowListBox(System.String,System.String,System.Collections.IList,System.Object)"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Rhino.UI.Dialogs.ShowListBox(System.String,System.String,System.Collections.IList,System.Object)"]

items
Type: System.CollectionsIList

[Missing <param name="items"/> documentation for "M:Rhino.UI.Dialogs.ShowListBox(System.String,System.String,System.Collections.IList,System.Object)"]

selectedItem
Type: SystemObject

[Missing <param name="selectedItem"/> documentation for "M:Rhino.UI.Dialogs.ShowListBox(System.String,System.String,System.Collections.IList,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Rhino.UI.Dialogs.ShowListBox(System.String,System.String,System.Collections.IList,System.Object)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also