McWindows Class |
|
Namespace: MediaCy.IQL.Application
Public Class McWindows Implements McWindows, ISupportInitialize
The McWindows type exposes the following members.
| Name | Description | |
|---|---|---|
| ClosingAll |
True during the time all windows are being closed in response to user's request.
| |
| Count |
A read only property returns the count of the windows in the collection.
| |
| Item |
Returns the McWindow from the McWindows collection.
| |
| LastMdiLayout | ||
| MRU | ||
| SelectionManager | ||
| SyncManager |
Property exposing image sync operations
| |
| TabColorManager |
| Name | Description | |
|---|---|---|
| Add(Object) |
Create a new view window for a document
| |
| Add(Object, String, Boolean, mcTabLocation) |
Create a new view window for a document
| |
| ArrangeIcons |
Put all iconified image windows together at the bottom left of the workspace.
| |
| BeginInit | ||
| Cascade |
Cascades all the image windows.
| |
| CloseAll |
Closes all windows.
| |
| CloseAll(Boolean) |
Close all windows.
| |
| DockWindow(McWindow, Rectangle) |
Dock window to the main application form.
| |
| DockWindow(McWindow, eDockSide, Bar) |
This function allows to dock a window into new position.
| |
| EndInit | ||
| Find |
Find all the windows for one document.
| |
| GetEnumerator |
Returns the collection of the windows objects
| |
| HideFloatingWindows | ||
| InvalidateAll |
Forces redisplay of the ActiveWindow or all windows in the collection.
| |
| IsClosing | ||
| Remove |
This method will remove the specified window from the Windows collection.
| |
| RestoreFloatingWindows | ||
| SetNotifyMeFirst |
Changes the Order of the event firing.
| |
| SetPreferedDockSiteToNext |
The function sets Prefered dock side for new window to the pane next to the refWindow. The function succeeds only if there are more than 1 pane opened.
| |
| 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
| |
| Tile |
Arranges windows in the collection so that they are tiled vertically (the default) or horizonatally.
| |
| UndockWindow |
Undock window from main application form.
| |
| UpdateUndoState |
Refreshes the undo/redo commands and controls.
|
| Name | Description | |
|---|---|---|
| ActiveWindow |