Click or drag to resize

RepositoryItemsForm Constructor

Initializes a new instance of the RepositoryItemsForm class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public RepositoryItemsForm(
	string caption,
	string text,
	RepositoryItemsFormItem[] items,
	bool mustSelectSomething
)

Parameters

caption
Type: SystemString
text
Type: SystemString
items
Type: NeoAxis.EditorRepositoryItemsFormItem
mustSelectSomething
Type: SystemBoolean
See Also