Click or drag to resize

DialogsShowPropertyListBox Method (String, String, IList, IListString)

Displays Rhino's property list box.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static string[] ShowPropertyListBox(
	string title,
	string message,
	IList items,
	IList<string> values
)

Parameters

title
Type: SystemString
The dialog title.
message
Type: SystemString
The dialog message.
items
Type: System.CollectionsIList
A list of property names.
values
Type: System.Collections.GenericIListString
A list of property values.

Return Value

Type: String
A list of property values if successful, null otherwise.
See Also