Click or drag to resize

McWindows Class

The window collection, which contains all visible documents.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcWindows

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McWindows
	Implements McWindows, ISupportInitialize

The McWindows type exposes the following members.

Constructors
  NameDescription
Public methodMcWindows
Intializes the new McWindows collection object
Top
Properties
  NameDescription
Public propertyClosingAll
True during the time all windows are being closed in response to user's request.
Public propertyCount
A read only property returns the count of the windows in the collection.
Public propertyItem
Returns the McWindow from the McWindows collection.
Public propertyLastMdiLayout
Public propertyMRU
Public propertySelectionManager
Public propertySyncManager
Property exposing image sync operations
Public propertyTabColorManager
Top
Methods
  NameDescription
Public methodAdd(Object)
Create a new view window for a document
Public methodAdd(Object, String, Boolean, mcTabLocation)
Create a new view window for a document
Public methodArrangeIcons
Put all iconified image windows together at the bottom left of the workspace.
Public methodBeginInit
Public methodCascade
Cascades all the image windows.
Public methodCloseAll
Closes all windows.
Public methodCloseAll(Boolean)
Close all windows.
Public methodDockWindow(McWindow, Rectangle)
Dock window to the main application form.
Public methodDockWindow(McWindow, eDockSide, Bar)
This function allows to dock a window into new position.
Public methodEndInit
Public methodFind
Find all the windows for one document.
Public methodGetEnumerator
Returns the collection of the windows objects
Public methodHideFloatingWindows
Public methodInvalidateAll
Forces redisplay of the ActiveWindow or all windows in the collection.
Public methodIsClosing
Public methodRemove
This method will remove the specified window from the Windows collection.
Public methodRestoreFloatingWindows
Public methodSetNotifyMeFirst
Changes the Order of the event firing.
Public methodSetPreferedDockSiteToNext
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.
Public methodSideBySide(Int32, Int32)
Arranges windows in rows and columns.
Public methodSideBySide(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
Public methodSideBySide(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
Public methodSideBySide(Int32, Int32, McWindow)
Arranges windows in rows and columns
Public methodTile
Arranges windows in the collection so that they are tiled vertically (the default) or horizonatally.
Public methodUndockWindow
Undock window from main application form.
Public methodUpdateUndoState
Refreshes the undo/redo commands and controls.
Top
Events
Fields
  NameDescription
Public fieldActiveWindow
Top
Remarks