Dialogs.ShowPropertyListBox Method

DialogsShowPropertyListBox Method

[Missing <summary> documentation for "M:Rhino.UI.Dialogs.ShowPropertyListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.String})"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
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

[Missing <param name="title"/> documentation for "M:Rhino.UI.Dialogs.ShowPropertyListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.String})"]

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Rhino.UI.Dialogs.ShowPropertyListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.String})"]

items
Type: System.CollectionsIList

[Missing <param name="items"/> documentation for "M:Rhino.UI.Dialogs.ShowPropertyListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.String})"]

values
Type: System.Collections.GenericIListString

[Missing <param name="values"/> documentation for "M:Rhino.UI.Dialogs.ShowPropertyListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.String})"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.UI.Dialogs.ShowPropertyListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.String})"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also