ApplicationStateInfoServiceIsRegistered Method |
Determines whether a state getter with the specified title is already registered.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsRegistered(
string title
)
Parameters
- title String
- The title to look for.
Return Value
Booleantrue, if a state getter with the specified title is already registered, otherwise
false.
See Also