Overload List

  NameDescription
Public methodStatic memberCreateWindow(String, Control, array<Object>[]()[][])
Public methodStatic memberCreateWindow(Type, Control, array<Object>[]()[][])
Creates modeless dialog boxes, MDI windows, form windows, and top-level table windows at runtime.
Public methodStatic memberCreateWindow(String, Control, Single, Single, Single, Single, Int32)
Creates a form window, dialog box, or table window as a child of another form window, dialog box, or toolbar at runtime.
Public methodStatic memberCreateWindow(Type, Control, Single, Single, Single, Single, Int32, array<Object>[]()[][])
Creates a form window, dialog box, or table window as a child of another form window, dialog box, or toolbar at runtime.

See Also