{{Template:GUI_Object|image|[wiki:GUI_-_Properties#cell_id cell_id], [wiki:GUI_-_Properties#sprite sprite], [wiki:GUI_-_Properties#tooltip tooltip], [wiki:GUI_-_Properties#tooltip_style tooltip_style]|none}} This control fills two purposes, to draw a sprite and to catch button clicks so that control behind it doesn't react. If you want an image that doesn't block button clicks, set the ''ghost'' property to "true", and if you don't want an image, just a "hollow blocker" that catches all button clicks, then use the default ''ghost'' property (which is "false") and leave the ''sprite'' property "null". [wiki:Image:gui-object-image.png] '''''Code of example image:''''' {{{ }}}