property ExplorerBar.ShowImageList as Boolean
Retrieves or sets a value that indicates whether the image list window is visible or hidden.

TypeDescription
Boolean A boolean expression that indicates whether the control's images list window is visible or hidden.

The ShowImageList control has no effect at runtime. It has effect only at design time. Use the method to change the control's images list collection, or use ReplaceIcon method to add, remove, or clear the images collection. Use the SmallIcons property to select the icon's size. Use the Images method to assign a list of images to the control.