IPaletteGetTreeViewImage Method |
Gets a tree view image appropriate for the provided state.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxImage GetTreeViewImage(
bool expanded
)
Parameters
- expanded Boolean
- Is the node expanded
Return Value
ImageAppropriate image for drawing; otherwise null.
See Also