Click or drag to resize

ModernWindow Methods

The ModernWindow type exposes the following members.

Methods
  NameDescription
Public methodClearCache
Release the memory for cached objects, and start immediate a Garbage collection.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BasicWindow.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from BasicWindow.)
Public methodCode exampleNavigateTo
Navigate to a select menu item by the key path. KeyPath is the path composite with the Key of ModernItem separated with |
Public methodShowBackstage
Shows the backstage control. Backstage is intended to hold application setting, like what Office 2016 did.
Public methodShowInformation
Show an In line information in the current window.
(Inherited from BasicWindow.)
Public methodShowMessageBox
Show a MessageBox
(Inherited from BasicWindow.)
Public methodShowToastNotification
Shows the toast notification.
(Inherited from BasicWindow.)
Public methodUpdateBackground
Updates the background to adapt the changes of theme
(Inherited from BasicWindow.)
Public methodUpdateIcon
Update the Icon to adapt the changes of theme.
(Overrides BasicWindowUpdateIcon.)
Top
See Also