Click or drag to resize

KryptonDefaultColorAttribute Class

Create a default value attribute for color property.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.ComponentModelDefaultValueAttribute
      Internal.ComponentFactory.Krypton.ToolkitKryptonDefaultColorAttribute

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 sealed class KryptonDefaultColorAttribute : DefaultValueAttribute

The KryptonDefaultColorAttribute type exposes the following members.

Constructors
 NameDescription
Public methodKryptonDefaultColorAttribute Initialize a new instance of the KryptonDefaultColorAttribute class.
Top
Properties
 NameDescription
Public propertyTypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Public propertyValueGets the default value of the property this attribute is bound to.
(Inherited from DefaultValueAttribute)
Top
Methods
 NameDescription
Public methodEqualsReturns whether the value of the given object is equal to the current DefaultValueAttribute.
(Inherited from DefaultValueAttribute)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from DefaultValueAttribute)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute)
Public methodMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
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