Extended Tree ViewUse Themed Images 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: 2024.12.31.0
The default is false and the images will be based on the current visual style setting
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool UseThemedImages { get; set; }VB
Public Property UseThemedImages As Boolean
Get
SetC++
public:
property bool UseThemedImages {
bool get ();
void set (bool value);
}F#
member UseThemedImages : bool with get, setProperty Value
BooleanThe default is false and the images will be based on the current visual style setting