Search Results for

    Show / Hide Table of Contents

    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 Source

    Singleton

    Declaration
    public static TaskbarNotificationManager Singleton { get; }
    Property Value
    Type Description
    TaskbarNotificationManager

    Methods

    | Improve this Doc View Source

    AddContextMenuItem(Object)

    Add Context-Menu-Item

    Declaration
    public void AddContextMenuItem(object Item)
    Parameters
    Type Name Description
    System.Object Item
    | Improve this Doc View Source

    AddTrayPopupControl(UIElement)

    Add Tray Popup

    Declaration
    public void AddTrayPopupControl(UIElement Item)
    Parameters
    Type Name Description
    System.Windows.UIElement Item
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx