RhinoCommon API
DialogsShowComboListBox Method |
Displays Rhino's combo list box.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Object ShowComboListBox( string title, string message, IList items )
Public Shared Function ShowComboListBox ( title As String, message As String, items As IList ) As Object
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: Objectselected item.
null if the user canceled.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8