Click or drag to resize

KryptonContextMenuCheckBoxGenerateView Method

Returns a view appropriate for this item based on the object it is inside.

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

Parameters

provider  IContextMenuProvider
Provider of context menu information.
parent  Object
Owning object reference.
columns  ViewLayoutStack
Containing columns.
standardStyle  Boolean
Draw items with standard or alternate style.
imageColumn  Boolean
Draw an image background for the item images.

Return Value

ViewBase
ViewBase that is the root of the view hierachy being added.
See Also