ARRANGEICONS property
Applies To
Window.
Description
When set to true, indicates that minimized MDI child windows (for MDI frame) or icon (for window) will automatically be kept arranged.
Usage
status = Set_Property(windowID, "ARRANGEICONS", truefalse)
status = Get_Property(windowID, "ARRANGEICONS")
Remarks
Values returned by both Set_Property and Get_Property:
Value | Description |
---|---|
true | Arranged. |
false | Not arranged. |