Extended Tree ViewDraw Default Images Property
This property is used to set or get whether or not the tree view will draw default images for tree
nodes without images.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is true to match the standard tree view's behavior
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool DrawDefaultImages { get; set; }VB
Public Property DrawDefaultImages As Boolean
Get
SetC++
public:
property bool DrawDefaultImages {
bool get ();
void set (bool value);
}F#
member DrawDefaultImages : bool with get, setProperty Value
BooleanThe default is true to match the standard tree view's behavior