如何排列窗口,如:水平排列,层叠排列.急!!!
如何排列窗口,如:水平排列,层叠排列.急!!! 问题点数:10、回复次数:3Top
1 楼ghostagain(心情卡片)回复于 2005-02-01 13:39:20 得分 2
mdiframe.ArrangeSheets ( arrangetype )
mdiframe The name of an MDI frame window.
arrangetype A value of the ArrangeTypes enumerated datatype specifying how you want the open sheets arranged in the MDI frame window. Values are:· Cascade! — Cascade the sheets that are not minimized so that each sheet's title bar is visible and arrange icons of minimized sheets in a row at the bottom of the frame. · Layer! — Layer the sheets that are not minimized so that each sheet completely covers the one below it and arrange icons of minimized sheets in a row at the bottom of the frame. · Tile! — Tile the sheets that are not minimized so that they do not overlap and arrange icons of minimized sheets in a row at the bottom of the frame.· TileHorizontal! — Tile the sheets that are not minimized so that each is beside the other without overlapping and arrange icons of minimized sheets in a row at the bottom of the frame.· Icons! — Arrange the minimized sheets in a row at the bottom of the frame.Top
2 楼ghostagain(心情卡片)回复于 2005-02-01 13:40:46 得分 2
另外:打开一个SHEET是也可以设置排列方式:
函数: openSheet (....)Top
3 楼lqlsun(执着)回复于 2005-02-01 14:04:08 得分 6
这样就可以了:
mdiframe.ArrangeSheets ( arrangetype )
arrangetype 的取值:
Cascade!
Layer!
Tile!
TileHorizontal!
cons!Top




