Click or drag to resize

IRibbonGroupItemCreateView Method

Creates an appropriate view element for this item.

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#
ViewBase CreateView(
	KryptonRibbon ribbon,
	NeedPaintHandler needPaint
)

Parameters

ribbon  KryptonRibbon
Reference to the owning ribbon control.
needPaint  NeedPaintHandler
Delegate for notifying changes in display.

Return Value

ViewBase
ViewBase derived instance.
See Also