Click or drag to resize

McWindow Methods

The McWindow type exposes the following members.

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
See Also