IntelliCAD 11.1 Object Library | |
Arrange Method | |
See Also |
- Style
- The style in which to arrange the windows.
Windows Collection : Arrange Method |
Description
Arranges the windows in the collection.
Syntax
Visual Basic |
---|
Public Sub Arrange( _ ByVal Style As ArrangeStyle _ ) |
Parameters
- Style
The style in which to arrange the windows.Value Description vicArrangeCascade Arrange the windows in a stack of identically sized windows. vicArrangeTileHorizontal Arrange the windows horizontally. vicArrangeTileVertical Arrange the windows vertically.