Click or drag to resize

DialogsShowPropertyListBox Method (String, String, ListKeyValuePairString, String)

Displays Rhino's property list box.

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

Parameters

title
Type: SystemString
The dialog title.
message
Type: SystemString
The dialog message.
items
Type: System.Collections.GenericListKeyValuePairString, String
A list of key value pairs

Return Value

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