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
)
Public Shared Function ShowPropertyListBox (
title As String,
message As String,
items As List(Of KeyValuePair(Of String, String))
) As String()
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:
StringA list of property values if successful, null otherwise.
See Also