TreeView Xojo plugin

TreeView.ColumnHeaderDarkModeImage Method

Sets or gets dark mode image for column header with given index.

ColumnHeaderDarkModeImage(
   index as Integer) as Picture

ColumnHeaderDarkModeImage(
   index as Integer
   assigns value as Picture)

Parameters

index
The index of the column to set or get the default alignment for.
value (assignment parameter)
The image to set.

Returns

Picture
Returns the dark mode image from the header when using the getter, nil if no image has been set.

Remarks

Dark mode image is used only if there is also normal mode image present and if the system is in dark mode.

Size of the image must be same as on the normal mode image.

See Also

TreeView Control