Click or drag to resize

BrowserListItem Constructor

Initializes a new instance of the BrowserListItem class

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public BrowserListItem(
	string name,
	bool nameIsFullName,
	Object item,
	bool sel
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.#ctor(System.String,System.Boolean,System.Object,System.Boolean)"]

nameIsFullName  Boolean

[Missing <param name="nameIsFullName"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.#ctor(System.String,System.Boolean,System.Object,System.Boolean)"]

item  Object

[Missing <param name="item"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.#ctor(System.String,System.Boolean,System.Object,System.Boolean)"]

sel  Boolean

[Missing <param name="sel"/> documentation for "M:Altaxo.Gui.Pads.ProjectBrowser.BrowserListItem.#ctor(System.String,System.Boolean,System.Object,System.Boolean)"]

See Also