DrawLayout()
Summary
Redraws a layout window.
Syntax
DrawLayout(string layout_name)
| Argument |
Contents |
| layout_name |
The window type (Layout), a vertical bar, and the name of the layout, or null for the current layout |
Examples
DrawLayout() // Draws the current layout
DrawLayout("Layout|My First Layout") // Draws the specified layout
Error Codes
| Error Type |
Meaning |
| NotFound |
The specified layout does not exist |
See Also
| Function |
Summary |
| SetVisibleRectangle() |
Controls the portion of a layout that is displayed in a layout window |