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