Click or drag to resize

WindowCommands Class

Provides a set of window related commands.
Inheritance Hierarchy
SystemObject
  MediaCy.Automation.ApplicationWindowCommands

Namespace:  MediaCy.Automation.Application
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public NotInheritable Class WindowCommands

The WindowCommands type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActive
Returns the active window in the application.
Public propertyStatic memberAlign
Aligns the windows in the document workspace.
Public propertyStatic memberBounds
Sets window's bounds.
Public propertyStatic memberClose
Closes the specified window.
Public propertyStatic memberCloseAll
Closes all windows.
Public propertyStatic memberCloseAllButThis
Closes all windows except specified.
Public propertyStatic memberCloseSelected
Closes the selected windows.
Public propertyStatic memberDefine
Defines a window variable.
Public propertyStatic memberDock
Docks window to the main application form.
Public propertyStatic memberExportToPowerPoint
Exports the selected windows to Microsoft PowerPoint.
Public propertyStatic memberLockAll
Locks/unlocks all windows.
Public propertyStatic memberLockSelected
Locks the selected windows.
Public propertyStatic memberMaximize
Maximizes the window.
Public propertyStatic memberMinimize
Minimizes the window.
Public propertyStatic memberPrint
Prints the specified window.
Public propertyStatic memberPrint2
Prints the specified window.
Public propertyStatic memberPrintPreview
Displays a print preview of the specified window.
Public propertyStatic memberPrintQuick
Prints the specified window.
Public propertyStatic memberQuickSaveForAnalysis
Saves image with all overlays into a file (typically TIF) and returns file name in Output.
Public propertyStatic memberQuickSaveForPublication
Saves image with all overlays into a color image (typically JPEG) and returns file name in Output.
Public propertyStatic memberQuickSaveSelectedForAnalysis
Saves all selected windows for analysis (see QuickSaveForAnalysis).
Public propertyStatic memberQuickSaveSelectedForPublication
Saves all selected windows for publication.
Public propertyStatic memberRedo
Redoes the last operation undone on the specified window.
Public propertyStatic memberRedoPosition
Redoes the selected () operation done on the specified window.
Public propertyStatic memberRestore
Restores the window.
Public propertyStatic memberSaturationWarning
Toggles the saturation warning.
Public propertyStatic memberSnap
Snaps the specified window with overlays to a new image.
Public propertyStatic memberSnapView
Creates snapshot of the specified window view.
Public propertyStatic memberUndo
Undoes the last operation done on the specified window.
Public propertyStatic memberUndock
Undocks window from the main application form.
Public propertyStatic memberUndoPosition
Undoes the selected () operation done on the specified window.
Public propertyStatic memberUnlock
Unlocks the specified window.
Public propertyStatic memberZoomPanScroll
Sets the zoom, pan or scroll.
Top
See Also