Click or drag to resize

PaletteRibbonGeneralInheritRedirect Class

Provide inheritance of palette ribbon general properties from source redirector.
Inheritance Hierarchy
SystemObject
  Internal.ComponentFactory.Krypton.ToolkitGlobalId
    Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonGeneralInherit
      Internal.ComponentFactory.Krypton.ToolkitPaletteRibbonGeneralInheritRedirect

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 class PaletteRibbonGeneralInheritRedirect : PaletteRibbonGeneralInherit

The PaletteRibbonGeneralInheritRedirect type exposes the following members.

Constructors
 NameDescription
Public methodPaletteRibbonGeneralInheritRedirect Initialize a new instance of the PaletteRibbonGeneralInheritRedirect class.
Top
Properties
 NameDescription
Public propertyId Gets the unique identifier of the object.
(Inherited from GlobalId)
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 methodGetRibbonContextTextAlign Gets the text alignment for the ribbon context text.
(Overrides PaletteRibbonGeneralInheritGetRibbonContextTextAlign(PaletteState))
Public methodGetRibbonContextTextColor Gets the color for the ribbon context text.
(Overrides PaletteRibbonGeneralInheritGetRibbonContextTextColor(PaletteState))
Public methodGetRibbonContextTextFont Gets the font for the ribbon context text.
(Overrides PaletteRibbonGeneralInheritGetRibbonContextTextFont(PaletteState))
Public methodGetRibbonDisabledDark Gets the dark disabled color used for ribbon glyphs.
(Overrides PaletteRibbonGeneralInheritGetRibbonDisabledDark(PaletteState))
Public methodGetRibbonDisabledLight Gets the light disabled color used for ribbon glyphs.
(Overrides PaletteRibbonGeneralInheritGetRibbonDisabledLight(PaletteState))
Public methodGetRibbonDropArrowDark Gets the color for the drop arrow dark.
(Overrides PaletteRibbonGeneralInheritGetRibbonDropArrowDark(PaletteState))
Public methodGetRibbonDropArrowLight Gets the color for the drop arrow light.
(Overrides PaletteRibbonGeneralInheritGetRibbonDropArrowLight(PaletteState))
Public methodGetRibbonGroupDialogDark Gets the color for the dialog launcher dark.
(Overrides PaletteRibbonGeneralInheritGetRibbonGroupDialogDark(PaletteState))
Public methodGetRibbonGroupDialogLight Gets the color for the dialog launcher light.
(Overrides PaletteRibbonGeneralInheritGetRibbonGroupDialogLight(PaletteState))
Public methodGetRibbonGroupSeparatorDark Gets the color for the group separator dark.
(Overrides PaletteRibbonGeneralInheritGetRibbonGroupSeparatorDark(PaletteState))
Public methodGetRibbonGroupSeparatorLight Gets the color for the group separator light.
(Overrides PaletteRibbonGeneralInheritGetRibbonGroupSeparatorLight(PaletteState))
Public methodGetRibbonMinimizeBarDark Gets the color for the minimize bar dark.
(Overrides PaletteRibbonGeneralInheritGetRibbonMinimizeBarDark(PaletteState))
Public methodGetRibbonMinimizeBarLight Gets the color for the minimize bar light.
(Overrides PaletteRibbonGeneralInheritGetRibbonMinimizeBarLight(PaletteState))
Public methodGetRibbonQATButtonDark Gets the color for the extra QAT button dark content color.
(Overrides PaletteRibbonGeneralInheritGetRibbonQATButtonDark(PaletteState))
Public methodGetRibbonQATButtonLight Gets the color for the extra QAT button light content color.
(Overrides PaletteRibbonGeneralInheritGetRibbonQATButtonLight(PaletteState))
Public methodGetRibbonShape Gets access to ribbon shape.
(Overrides PaletteRibbonGeneralInheritGetRibbonShape)
Public methodGetRibbonTabSeparatorColor Gets the color for the tab separator.
(Overrides PaletteRibbonGeneralInheritGetRibbonTabSeparatorColor(PaletteState))
Public methodGetRibbonTabSeparatorContextColor Gets the color for the tab context separators.
(Overrides PaletteRibbonGeneralInheritGetRibbonTabSeparatorContextColor(PaletteState))
Public methodGetRibbonTextFont Gets the font for the ribbon text.
(Overrides PaletteRibbonGeneralInheritGetRibbonTextFont(PaletteState))
Public methodGetRibbonTextHint Gets the rendering hint for the ribbon font.
(Overrides PaletteRibbonGeneralInheritGetRibbonTextHint(PaletteState))
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetRedirector Update the redirector with new reference.
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