Click or drag to resize

IPaletteGetTreeViewImage Method

Gets a tree view image appropriate for the provided state.

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#
Image GetTreeViewImage(
	bool expanded
)

Parameters

expanded  Boolean
Is the node expanded

Return Value

Image
Appropriate image for drawing; otherwise null.
See Also