IRibbonGroupItemCreateView Method |
Creates an appropriate view element for this item.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxViewBase CreateView(
KryptonRibbon ribbon,
NeedPaintHandler needPaint
)
Parameters
- ribbon KryptonRibbon
- Reference to the owning ribbon control.
- needPaint NeedPaintHandler
- Delegate for notifying changes in display.
Return Value
ViewBaseViewBase derived instance.
See Also