Description:

Displays Rhino's list box.

Syntax:
public static object ShowListBox(
string title,
string message,
IList items,
object selectedItem
)
Parameters:
  • title
  • Type: string
  • The dialog title.
  • message
  • Type: string
  • The dialog message.
  • items
  • Type: System.Collections.IList
  • A list of items to show.
  • selectedItem
  • Type: object
  • The item to preselect.
Returns:
Type: object
The selected item if successful, None on cancel.
Available since:
5.0

Description:

Displays Rhino's list box.

Syntax:
public static object ShowListBox(
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
The selected item if successful, None on cancel.
Available since:
5.0

/
/
/
ShowListBox

ShowListBox method

Class:  Rhino.UI.Dialogs

Nothing found