Syntax

show <object>

show color picker
show button 1
show message box

Explanation

The show command is equivalent to calling set the visible of <object> to true. It works on all objects that have a visible property.

See Also