mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-10 02:02:36 -05:00
CHG Reformatting code (NTFY-20).
git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@192 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -24,26 +24,29 @@
|
||||
|
||||
namespace Hardcodet.Wpf.TaskbarNotification
|
||||
{
|
||||
///<summary>
|
||||
/// Supported icons for the tray's balloon messages.
|
||||
///</summary>
|
||||
public enum BalloonIcon
|
||||
{
|
||||
/// <summary>
|
||||
/// The balloon message is displayed without an icon.
|
||||
/// </summary>
|
||||
None,
|
||||
/// <summary>
|
||||
/// An information is displayed.
|
||||
/// </summary>
|
||||
Info,
|
||||
/// <summary>
|
||||
/// A warning is displayed.
|
||||
/// </summary>
|
||||
Warning,
|
||||
/// <summary>
|
||||
/// An error is displayed.
|
||||
/// </summary>
|
||||
Error
|
||||
}
|
||||
///<summary>
|
||||
/// Supported icons for the tray's balloon messages.
|
||||
///</summary>
|
||||
public enum BalloonIcon
|
||||
{
|
||||
/// <summary>
|
||||
/// The balloon message is displayed without an icon.
|
||||
/// </summary>
|
||||
None,
|
||||
|
||||
/// <summary>
|
||||
/// An information is displayed.
|
||||
/// </summary>
|
||||
Info,
|
||||
|
||||
/// <summary>
|
||||
/// A warning is displayed.
|
||||
/// </summary>
|
||||
Warning,
|
||||
|
||||
/// <summary>
|
||||
/// An error is displayed.
|
||||
/// </summary>
|
||||
Error
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user