Click or drag to resize

PaletteRibbonFocus Constructor

Initialize a new instance of the PaletteRibbonFocus class.

Namespace: Internal.ComponentFactory.Krypton.Ribbon
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PaletteRibbonFocus(
	PaletteRedirect redirect,
	NeedPaintHandler needPaint
)

Parameters

redirect  PaletteRedirect
Inheritence redirection instance.
needPaint  NeedPaintHandler
Paint delegate.
See Also