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: 2024.1.1.0 (2024.1.1.0)
Syntax Image GetTreeViewImage(
bool expanded
)
Parameters
- expanded
- Type: SystemBoolean
Is the node expanded
Return Value
Type:
ImageAppropriate image for drawing; otherwise null.
See Also