McWindowsSideBySide Method |
|
| Name | Description | |
|---|---|---|
| SideBySide(Int32, Int32) |
Arranges windows in rows and columns.
| |
| SideBySide(McImage, McImage) |
Put two Images side by side, the left pane will contain only ImageLeft and the right pane all other images with ImageRight on top
| |
| SideBySide(McWindow, McWindow) |
Put two windows side by side, the left pane will contain only WindowLeft and the right pane all other images with WindowRight on top
| |
| SideBySide(Int32, Int32, McWindow) |
Arranges windows in rows and columns
|