Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryContainsList Method

Determines whether the specified name contains a list (style) with the provided name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool ContainsList(
	string name
)

Parameters

name  String
The name.

Return Value

Boolean
true if the specified name contains a list (style) with the provided name; otherwise, false.

Implements

IStyleListManagerTList, TContainsList(String)
See Also