KryptonContextMenuCheckBoxGenerateView Method |
Returns a view appropriate for this item based on the object it is inside.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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
ViewBaseViewBase that is the root of the view hierachy being added.
See Also