AGI Ui Core 11 Send comments on this topic.
Arrange Method (IAgUiWindowsCollection)
See Also 
ArrangeStyle





Description

Arranges the application windows using the specified style.

Syntax

[Visual Basic .NET]
Public Sub Arrange( _
   ByVal ArrangeStyle As AgEArrangeStyle _
) 

[C#]
public void Arrange(
AgEArrangeStyle ArrangeStyle
);

[Managed C++]
public: void Arrange(
AgEArrangeStyle ArrangeStyle
);

[Java]
public  arrange(
AgEArrangeStyle ArrangeStyle
);

[Unmanaged C++]
public: HRESULT Arrange(
AgEArrangeStyle ArrangeStyle
);

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1