Recent Changes Printable View Page History Edit Page

Control.show method

public void show()

Show the Control or Form. If the handle does not exist yet, it is created. This has the same effect as calling visible = true

Application.run automatically calls show on its mainForm.

See also: hide?, visible?, visibleChanged?

Page last modified on June 02, 2008, at 09:46 PM