Extended Tree ViewState Image List Property
This is reimplemented to change the image list based on the current settings
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public ImageList? StateImageList { get; set; }VB
Public Property StateImageList As ImageList
Get
SetC++
public:
property ImageList^ StateImageList {
ImageList^ get ();
void set (ImageList^ value);
}F#
member StateImageList : ImageList with get, set