IDialogService.ShowCheckListBox Method

IDialogServiceShowCheckListBox Method

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
bool[] ShowCheckListBox(
	string title,
	string message,
	IList items,
	IList<bool> checkState
)
Function ShowCheckListBox ( 
	title As String,
	message As String,
	items As IList,
	checkState As IList(Of Boolean)
) As Boolean()

Parameters

title
Type: SystemString

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

message
Type: SystemString

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

items
Type: System.CollectionsIList

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

checkState
Type: System.Collections.GenericIListBoolean

[Missing <param name="checkState"/> documentation for "M:Rhino.UI.IDialogService.ShowCheckListBox(System.String,System.String,System.Collections.IList,System.Collections.Generic.IList{System.Boolean})"]

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4
See Also