McWindow Class |
|
Namespace: MediaCy.IQL.Application
Public Class McWindow Inherits Office2007Form Implements McWindow, ISupportInitialize
The McWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds | ||
| Caption |
Set the caption of the window (Read Only property)
| |
| CloseWithAll |
Whether this window should close with all the others or not.
| |
| Document | ||
| DocumentView | ||
| DocumentViewAsControl | ||
| DocumentViewClass | ||
| IconFlag | ||
| ImageView |
Exposes the underlying McView control when one is used to display the current document.
| |
| IsClosing | ||
| Location | ||
| Name |
Set the Name of the window (Read only property)
| |
| Position |
Set or Get the position of the window.
| |
| ResizeWithZoom |
Determines if the window is resized when the View is zoomed.
| |
| Size | ||
| UndoStack | ||
| ViewSettings | ||
| WarningBox | ||
| WindowNumber |
The current window number or 0 if only one window is open on an image.
| |
| WindowState | ||
| WorkspaceBar |
Gets or sets the bar used in this window.
| |
| WorkspaceMenu |
Gets or sets the context menu used in this window.
|
| Name | Description | |
|---|---|---|
| Activate |
Make the Current window as the active window and fires the Activate Event
| |
| BeginInit | ||
| Close |
Closes the curent window.
| |
| EndInit | ||
| GetBaseDocumentView | ||
| GetBaseDocumentView(IMcDocumentView) | ||
| HideBalloon |
Closes the balloon if it is present.
| |
| HideWarningBox |
Closes the warning box if it is present.
| |
| Maximize |
Maximize the current window.
| |
| Minimize |
Minimize the current window.
| |
| Restore |
Restore the current window
| |
| SendMail |
Sends this document as an email attachment using the default email application.
| |
| ShowBalloon(String, String) |
Shows a balloon message next to the document's tab.
| |
| ShowBalloon(String, String, NotificationImages) |
Shows a balloon message next to the document's tab.
| |
| ShowBalloon(String, String, Image) |
Shows a balloon message next to the document's tab.
| |
| ShowBalloon(String, String, Image, Int32) |
Shows a balloon message next to the document's tab.
| |
| ShowBalloon(String, String, String, NotificationImages, Int32, String, String) |
Shows a balloon message next to the document's tab.
| |
| ShowBalloon(String, String, String, Image, Int32, String, String) |
Shows a balloon message next to the document's tab.
| |
| ShowNotification(String) |
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
| |
| ShowNotification(String, NotificationImages) |
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
| |
| ShowNotification(String, Image) |
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
| |
| ShowNotification(String, Image, Int32) |
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
| |
| ShowWarningBox(String) |
Shows a warning box at the top of the document view.
| |
| ShowWarningBox(String, String) |
Shows a warning box at the top of the document view.
| |
| ShowWarningBox(String, String, NotificationImages) |
Shows a warning box at the top of the document view.
| |
| ShowWarningBox(String, String, Image) |
Shows a warning box at the top of the document view.
| |
| ShowWarningBox(String, String, NotificationImages, String, String) |
Shows a warning box at the top of the document view.
| |
| ShowWarningBox(String, String, Image, String, String) |
Shows a warning box at the top of the document view.
| |
| SizeFromClientSize | ||
| UpdateDisplayPalette |
Update the system palette for optimal image display
|
| Name | Description | |
|---|---|---|
| Activating | ||
| AfterActivating | ||
| AfterNew | ||
| AfterPaint | ||
| BalloonMarkupLink |
Event fired when a balloon markup language link is clicked.
| |
| BalloonOptions |
Event fired when the "Options" button of a balloon is clicked.
| |
| BeforeClose | ||
| BeforePaint | ||
| CanClose | ||
| Closing | ||
| DblClick | ||
| Deactivate | ||
| IconFlagChanged | ||
| KeyDown | ||
| KeyUp | ||
| MouseDown | ||
| MouseMove | ||
| MouseUp | ||
| Moving | ||
| New | ||
| PropertyChanged | ||
| Resize | ||
| TitleTextMarkupLinkClick | ||
| WarningBoxMarkupLink |
Event fired when a warning box markup language link is clicked.
| |
| WarningBoxOptions |
Event fired when the "Options" button of a warning box is clicked.
|
| Name | Description | |
|---|---|---|
| DocumentViews |