
The dialog types are:
| Type | Description |
|---|---|
| Dockable | This type of form is a floating window that can be docked on the sides of AutoCAD® main window. |
| FileDialog | This type of form is a file dialog. A number of properties define its behavior. They are used for loading one or multiple files, for saving a file, etc. |
| Modal | Modal forms blocks input to AutoCAD® main window, forcing the end-user to interact only with the dialog. |
| Modeless | Modeless forms are non-blocking. The window remains visible and the end-user can interact with it and with AutoCAD® main window. |
The dialog types are:
| Type | Description |
|---|---|
| ConfigTab | This type of form goes in the Options dialog of AutoCAD®. |
| TabFolder | This special type of form goes in a tabbed folder control. The size is defined by the parent tabbed folder control. |
The following dialogs are ordered alphabetically: