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