Class TaskbarNotificationManager
Inheritance
System.Object
TaskbarNotificationManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Core.TaskbarNotification
Assembly: Simplic.Framework.Base.dll
Syntax
public class TaskbarNotificationManager
Properties
| Improve this Doc View SourceSingleton
Declaration
public static TaskbarNotificationManager Singleton { get; }
Property Value
Type | Description |
---|---|
TaskbarNotificationManager |
Methods
| Improve this Doc View SourceAddContextMenuItem(Object)
Add Context-Menu-Item
Declaration
public void AddContextMenuItem(object Item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | Item |
AddTrayPopupControl(UIElement)
Add Tray Popup
Declaration
public void AddTrayPopupControl(UIElement Item)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | Item |
Prepare(TaskbarIcon, StackPanel, ContextMenu)
Prepare
Declaration
public void Prepare(TaskbarIcon Icon, StackPanel PopupStackPanel, ContextMenu ContextMenu)
Parameters
Type | Name | Description |
---|---|---|
TaskbarIcon | Icon | |
System.Windows.Controls.StackPanel | PopupStackPanel | |
System.Windows.Controls.ContextMenu | ContextMenu |