Click or drag to resize

GlobalStringsIsDefault Property

Gets a value indicating if all the strings are default values.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool IsDefault { get; }

Return Value

Boolean
True if all values are defaulted; otherwise false.
See Also