Click or drag to resize

AbstractItemHandlerGetBrowserListItem(IProjectItem, Boolean) Method

Creates a browser list item for the specified project item.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static BrowserListItem GetBrowserListItem(
	IProjectItem t,
	bool showFullName
)

Parameters

t  IProjectItem
The project item.
showFullName  Boolean
to show the full item name; otherwise, .

Return Value

BrowserListItem
The created browser list item.
See Also