Click or drag to resize

PaletteRedirectGetTreeViewImage 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual Image GetTreeViewImage(
	bool expanded
)

Parameters

expanded
Type: SystemBoolean
Is the node expanded

Return Value

Type: Image
Appropriate image for drawing; otherwise null.

Implements

IPaletteGetTreeViewImage(Boolean)
See Also