Click or drag to resize

ApplicationStateInfoServiceIsRegistered Method

Determines whether a state getter with the specified title is already registered.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsRegistered(
	string title
)

Parameters

title  String
The title to look for.

Return Value

Boolean
true, if a state getter with the specified title is already registered, otherwise false.
See Also