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.3261.0 (4.8.3261.0)
Syntaxpublic 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