Click or drag to resize

ClassicMessageBox Methods

The ClassicMessageBox type exposes the following members.

Methods
  NameDescription
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 methodInitializeComponent
InitializeComponent
Public methodShowInformation
Show an In line information in the current window.
(Inherited from BasicWindow.)
Public methodShowMessageBox(String, String, MessageBoxButton, MessageBoxImage, String)
Show a MessageBox
(Inherited from BasicWindow.)
Public methodStatic memberShowMessageBox(DependencyObject, String, String, MessageBoxButton, MessageBoxImage, String)
Shows the message box.
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.
(Inherited from BasicWindow.)
Top
See Also