property Record.ShowImageList as Boolean
Specifies whether the control's 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 property has effect only at design time. Use the Images method to assign a list of icons at runtime. Use the ReplaceIcon method to update the control's list of icons. At design time, the user can add new icons to the control's Images collection, by dragging icon files, exe files, etc, to the images list panel.