Click or drag to resize

KryptonContextMenuCollectionGenerateView Method

Create view elements appropriate for the collection items.

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 void GenerateView(
	IContextMenuProvider provider,
	Object parent,
	ViewLayoutStack columns,
	bool standardStyle,
	bool imageColumn
)

Parameters

provider  IContextMenuProvider
Context menu information provider.
parent  Object
Parent object.
columns  ViewLayoutStack
Collection of columns to create view inside.
standardStyle  Boolean
Should the standard style be applied.
imageColumn  Boolean
Should the imgea column be applied.
See Also