ExtendedTreeViewUseThemedImages Property

This is used to set or get whether or not to use the themed versions of the expando and checkbox images even when themes are not being used.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool UseThemedImages { get; set; }

Property Value

Boolean
The default is false and the images will be based on the current visual style setting

See Also