ShellWindow.Arrange Method (Typed) | |
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
public virtual Usual Arrange(
[DefaultParameterValueAttribute(1, 0)] int kArrangeStyle
)
Request Example
View SourceParameters
- kArrangeStyle
- Type: Long
Number that indicates how the windows should be arranged. Can be ARRANGEASICONS, ARRANGECASCADE, ARRANGETILEVERTICAL, ARRANGETILEHORIZONTAL
Return Value
Type:
UsualSee Also