ComponentFactory.Krypton.Toolkit.PaletteBase.GetTreeViewImage C# (CSharp) Method

GetTreeViewImage() public abstract method

Gets a tree view image appropriate for the provided state.
public abstract GetTreeViewImage ( bool expanded ) : Image
expanded bool Is the node expanded
return Image
        public abstract Image GetTreeViewImage(bool expanded);
PaletteBase