Click or drag to resize

McWindow Class

This class hosts an instance of a view usually for for one document.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              RibbonForm
                OfficeForm
                  Office2007Form
                    MediaCy.IQL.ApplicationMcWindow

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

The McWindow type exposes the following members.

Properties
  NameDescription
Public propertyBounds
Public propertyCaption
Set the caption of the window (Read Only property)
Public propertyCloseWithAll
Whether this window should close with all the others or not.
Public propertyDocument
Public propertyDocumentView
Public propertyDocumentViewAsControl
Public propertyDocumentViewClass
Public propertyIconFlag
Public propertyImageView
Exposes the underlying McView control when one is used to display the current document.
Public propertyIsClosing
Public propertyLocation
Public propertyName
Set the Name of the window (Read only property)
Public propertyPosition
Set or Get the position of the window.
Public propertyResizeWithZoom
Determines if the window is resized when the View is zoomed.
Public propertySize
Public propertyUndoStack
Public propertyViewSettings
Public propertyWarningBox
Public propertyWindowNumber
The current window number or 0 if only one window is open on an image.
Public propertyWindowState
Public propertyWorkspaceBar
Gets or sets the bar used in this window.
Public propertyWorkspaceMenu
Gets or sets the context menu used in this window.
Top
Methods
  NameDescription
Public methodActivate
Make the Current window as the active window and fires the Activate Event
Public methodBeginInit
Public methodClose
Closes the curent window.
Public methodEndInit
Public methodGetBaseDocumentView
Public methodGetBaseDocumentView(IMcDocumentView)
Public methodHideBalloon
Closes the balloon if it is present.
Public methodHideWarningBox
Closes the warning box if it is present.
Public methodMaximize
Maximize the current window.
Public methodMinimize
Minimize the current window.
Public methodRestore
Restore the current window
Public methodSendMail
Sends this document as an email attachment using the default email application.
Public methodShowBalloon(String, String)
Shows a balloon message next to the document's tab.
Public methodShowBalloon(String, String, NotificationImages)
Shows a balloon message next to the document's tab.
Public methodShowBalloon(String, String, Image)
Shows a balloon message next to the document's tab.
Public methodShowBalloon(String, String, Image, Int32)
Shows a balloon message next to the document's tab.
Public methodShowBalloon(String, String, String, NotificationImages, Int32, String, String)
Shows a balloon message next to the document's tab.
Public methodShowBalloon(String, String, String, Image, Int32, String, String)
Shows a balloon message next to the document's tab.
Public methodShowNotification(String)
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
Public methodShowNotification(String, NotificationImages)
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
Public methodShowNotification(String, Image)
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
Public methodShowNotification(String, Image, Int32)
Shows a Windows "toast notification", which is a small caption displayed over the document view for a short amount of time.
Public methodShowWarningBox(String)
Shows a warning box at the top of the document view.
Public methodShowWarningBox(String, String)
Shows a warning box at the top of the document view.
Public methodShowWarningBox(String, String, NotificationImages)
Shows a warning box at the top of the document view.
Public methodShowWarningBox(String, String, Image)
Shows a warning box at the top of the document view.
Public methodShowWarningBox(String, String, NotificationImages, String, String)
Shows a warning box at the top of the document view.
Public methodShowWarningBox(String, String, Image, String, String)
Shows a warning box at the top of the document view.
Public methodSizeFromClientSize
Public methodUpdateDisplayPalette
Update the system palette for optimal image display
Top
Events
  NameDescription
Public eventActivating
Public eventAfterActivating
Public eventAfterNew
Public eventAfterPaint
Public eventBalloonMarkupLink
Event fired when a balloon markup language link is clicked.
Public eventBalloonOptions
Event fired when the "Options" button of a balloon is clicked.
Public eventBeforeClose
Public eventBeforePaint
Public eventCanClose
Public eventClosing
Public eventDblClick
Public eventDeactivate
Public eventIconFlagChanged
Public eventKeyDown
Public eventKeyUp
Public eventMouseDown
Public eventMouseMove
Public eventMouseUp
Public eventMoving
Public eventNew
Public eventPropertyChanged
Public eventResize
Public eventTitleTextMarkupLinkClick
Public eventWarningBoxMarkupLink
Event fired when a warning box markup language link is clicked.
Public eventWarningBoxOptions
Event fired when the "Options" button of a warning box is clicked.
Top
Fields
  NameDescription
Public fieldDocumentViews
Top
Remarks