ShellWindow.Arrange Method | |
Tile, iconize, or cascade all the child windows that are currently open in this shell window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Arrange(
kArrangeStyle
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Arrange(
Usual kArrangeStyle = default
)
Request Example
View SourceParameters
- kArrangeStyle (Optional)
- Type: Usual
Number that indicates how the windows should be arranged. Can be ARRANGEASICONS, ARRANGECASCADE, ARRANGETILEVERTICAL, ARRANGETILEHORIZONTAL
Return Value
Type:
UsualSee Also