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

Parameters

ribbon
Type: Internal.ComponentFactory.Krypton.RibbonKryptonRibbon
Reference to the owning ribbon control.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying changes in display.

Return Value

Type: ViewBase
ViewBase derived instance.
See Also