'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute("")> <SRDescriptionAttribute("TreeViewStateImageListDescr")> Public Property StateImageList As System.Windows.Forms.ImageList
'Usage
Dim instance As NTreeView Dim value As System.Windows.Forms.ImageList instance.StateImageList = value value = instance.StateImageList
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue("")] [SRDescription("TreeViewStateImageListDescr")] public System.Windows.Forms.ImageList StateImageList {get; set;}