Click or drag to resize

GlobalStrings Class

Expose a global set of strings used within Krypton and that are localizable.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitGlobalId
    Internal.ComponentFactory.Krypton.ToolkitGlobalStrings

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#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GlobalStrings : GlobalId

The GlobalStrings type exposes the following members.

Constructors
 NameDescription
Public methodGlobalStrings Initialize a new instance of the Clipping class.
Top
Properties
 NameDescription
Public propertyAbort Gets and sets the Abort string used in message box buttons.
Public propertyCancel Gets and sets the Cancel string used in message box buttons.
Public propertyClose Gets and sets the Close string used in message box buttons.
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
Public propertyIgnore Gets and sets the Ignore string used in message box buttons.
Public propertyIsDefault Gets a value indicating if all the strings are default values.
Public propertyNo Gets and sets the No string used in message box buttons.
Public propertyOK Gets and sets the OK string used in message box buttons.
Public propertyRetry Gets and sets the Retry string used in message box buttons.
Public propertyToday Gets and sets the Close string used in calendars.
Public propertyYes Gets and sets the Yes string used in message box buttons.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodReset Reset all strings to default values.
Public methodToString Returns a string that represents the current defaulted state.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also