ComponentFactory.Krypton.Toolkit.PaletteBase.GetTreeViewImage C# (CSharp) 메소드

GetTreeViewImage() 공개 추상적인 메소드

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