Click or drag to resize

DialogsShowComboListBox Method

Displays Rhino's combo list box.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static Object ShowComboListBox(
	string title,
	string message,
	IList items
)

Parameters

title
Type: SystemString
The dialog title.
message
Type: SystemString
The dialog message.
items
Type: System.CollectionsIList
A list of items to show.

Return Value

Type: Object

selected item.

null if the user canceled.

See Also