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: 2024.1.1.0 (2024.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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
See Also