[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeView.ButtonImageList

ButtonImageList Property

ButtonImageList

Gets the image list that is used to indicate the state of expand buttons.

Declaration
[TypeConverter(typeof(ImageListConverter))]
public ImageList ButtonImageList { get; }
Remarks

When the ButtonImageList property is set, each C1TreeNode that is contained in the C1TreeView displays the first and second images from the ButtonImageList to indicate an expaneded or collapsed state, respectively. Additionally the C1TreeView can displays the eight state of expand button if the ButtonImageList property contains eight images with keys: CollapsedNormal, CollapsedHot, CollapsedPressed, CollapsedDisabled, ExpandedNormal, ExpandedHot, ExpandedPressed, ExpandedDisabled.