SelectItemWindow Constructor

Constructor de la vista.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public SelectItemWindow(
	List<string> items,
	string title,
	bool editable
)

Parameters

items  ListString

[Missing <param name="items"/> documentation for "M:Aliquo.Windows.Controls.SelectItemWindow.#ctor(System.Collections.Generic.List{System.String},System.String,System.Boolean)"]

title  String

[Missing <param name="title"/> documentation for "M:Aliquo.Windows.Controls.SelectItemWindow.#ctor(System.Collections.Generic.List{System.String},System.String,System.Boolean)"]

editable  Boolean

[Missing <param name="editable"/> documentation for "M:Aliquo.Windows.Controls.SelectItemWindow.#ctor(System.Collections.Generic.List{System.String},System.String,System.Boolean)"]

See Also