Description:

Displays Rhino's combo list box.

Syntax:
public static object ShowComboListBox(
string title,
string message,
IList items
)
Parameters:
  • title
  • Type: string
  • The dialog title.
  • message
  • Type: string
  • The dialog message.
  • items
  • Type: System.Collections.IList
  • A list of items to show.
Returns:
Type: object
selected item. None if the user canceled.
Available since:
5.0

/
/
/
ShowComboListBox

ShowComboListBox method

Class:  Rhino.UI.Dialogs

Nothing found