Name | Description | |
---|---|---|
![]() | AddRecentDocument | Adds the file name of the given document to the list of recent documents. |
![]() | CanLeaveMainWindow | Determines whether the user can leave the main window (used in WebAssembly applications) |
![]() | CanSendCrashReport | Determines whether the application can send crash reports. |
![]() | Exit | Exits the application |
![]() | GetAboutImage | Gets a product image to be displayed in the about dialog (320x80 dips). |
![]() | GetSmallLogoIcon | Gets a small product logo icon (16x16 dips). |
![]() | OnMainWindowClosing | Called when the main window of the application is about to close. Returns true if the closing can continue, otherwise false. |
![]() | SendCrashReport | Tries to send a crash report from the specified user |
![]() | ShowAboutDialog | Shows the About dialog. |
![]() | ShowErrorDialog | Shows an error dialog for the specified exception |
![]() | ShowHelp | Shows the help of the application. |
![]() | ShowOptionsDialog | Shows the options dialog. |