Arranges the application windows using the
specified style.
| [Visual Basic .NET] |
|---|
Public Sub Arrange( _
ByVal ArrangeStyle As AgEArrangeStyle _
)
|
| [C#] |
|---|
public void Arrange(
|
| [Managed C++] |
|---|
public: void Arrange(
|
| [Java] |
|---|
public arrange(
|
| [Unmanaged C++] |
|---|
public: HRESULT Arrange(
|
- ArrangeStyle
-
Member Value Description eArrangeStyleCascade 1 Child windows are cascaded within the main window. eArrangeStyleTiledHorizontal 2 Child windows are tiled horizontally within the main window. eArrangeStyleTiledVertical 3 Child windows are tiled vertically within the main window.