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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GenerateView(
	IContextMenuProvider provider,
	Object parent,
	ViewLayoutStack columns,
	bool standardStyle,
	bool imageColumn
)

Parameters

provider
Type: Internal.ComponentFactory.Krypton.ToolkitIContextMenuProvider
Context menu information provider.
parent
Type: SystemObject
Parent object.
columns
Type: Internal.ComponentFactory.Krypton.ToolkitViewLayoutStack
Collection of columns to create view inside.
standardStyle
Type: SystemBoolean
Should the standard style be applied.
imageColumn
Type: SystemBoolean
Should the imgea column be applied.
See Also