AlphaFramework API  1.0.3
Public Member Functions | List of all members
AlphaFramework.Editor.IToastProvider Interface Reference

Provides a surface for displaying toas messages to the user. More...

Inheritance diagram for AlphaFramework.Editor.IToastProvider:
AlphaFramework.Editor.MainFormBase

Public Member Functions

void ShowToast (string message)
 Displays a new toast messages to the user. Any exisiting messages are replaced. More...
 

Detailed Description

Provides a surface for displaying toas messages to the user.

Member Function Documentation

◆ ShowToast()

void AlphaFramework.Editor.IToastProvider.ShowToast ( string  message)

Displays a new toast messages to the user. Any exisiting messages are replaced.

Parameters
messageThe message text to be displayed.

A toast message is a message that pops up from a corner of the screen or window and vanishes after a few seconds without the user needing to confirm it.

Implemented in AlphaFramework.Editor.MainFormBase.


The documentation for this interface was generated from the following file: