McWindowsTile Method
|
|
Arranges windows in the collection so that they are tiled vertically (the default) or horizonatally.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Sub Tile (
Optional bVertically As Boolean = true
)
Parameters
- bVertically (Optional)
- Type: SystemBoolean
If True(default) windows are tiled vertically,
otherwise tiled horizontally
Implements
IMcWindows.Tile(Boolean)
RemarksTiling �vertically� means that windows are arranged so that they appear as
tall as possible, beside one another. Tiling �horizontally� means that windows are arranged
so that they appear as wide as possible, atop one another.
See Also