Click or drag to resize

ShellWindow.Arrange Method (Typed)

X#
Tile, iconize, or cascade all the child windows that are currently open in this shell window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Arrange(
	 kArrangeStyle AS LONG
) AS USUAL
Request Example View Source

Parameters

kArrangeStyle
Type: Long
Number that indicates how the windows should be arranged. Can be ARRANGEASICONS, ARRANGECASCADE, ARRANGETILEVERTICAL, ARRANGETILEHORIZONTAL

Return Value

Type: Usual
See Also