property Editor.ShowImageList as Boolean
Specifies whether the control's image list window is visible or hidden.

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

Use the ShowImageList property to hide the control's Images panel. The Images panel of the control shows up only at design time. The ShowImageList property has effect only in design mode. Use the Images method to assign a list of icons to the control at run-time. Use the ReplaceIcon method to add, remove or replace icons at run-time.