ShowForm shows the form
Member of Form (PRIM_FORM)
Use the ShowForm method to display a form. If this is the first time a form is it will be activated. If the WindowState is Minimized, the ShowForm method will not restore the form. Similarly, if the form is already showing, it will not activate it. The RestoreForm and ActivateForm methods will need to be used.
Febuary 18 V14SP2