| KiXforms Class Library |
ShowModal Method |
Shows the form as a modal dialog box.
ShowModal()
Nothing
ShowModal is used to show a form "modally" which effectively disables all other forms in an application. Examples of modal forms include error boxes and dialogs. If any form recieves a ShowModal form, it will gain focus, and must be "resolved" before any other form may be clicked on or interacted with.
Applies To:
Form
| The CHM file was converted to HTML by chm2web software. |