alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class NativeMethods.NotifyIconData

    Notify icon data.

    Inheritance
    System.Object
    NativeMethods.NotifyIconData
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class NotifyIconData : ValueType

    Fields

    cbSize

    cb Size (DWORD)

    Declaration
    public int cbSize
    Field Value
    Type
    System.Int32

    dwInfoFlags

    DWORD - dwInfoFlags

    Declaration
    public int dwInfoFlags
    Field Value
    Type
    System.Int32

    dwState

    DWORD - dwState

    Declaration
    public int dwState
    Field Value
    Type
    System.Int32

    dwStateMask

    DWORD - dwStateMask

    Declaration
    public int dwStateMask
    Field Value
    Type
    System.Int32

    hIcon

    HICON - Icon

    Declaration
    public IntPtr hIcon
    Field Value
    Type
    System.IntPtr

    hWnd

    hWnd (HWND)

    Declaration
    public IntPtr hWnd
    Field Value
    Type
    System.IntPtr

    szInfo

    char[256] - szInfo

    Declaration
    public string szInfo
    Field Value
    Type
    System.String

    szInfoTitle

    char[64] - szInfoTitle

    Declaration
    public string szInfoTitle
    Field Value
    Type
    System.String

    szTip

    char[128] - szTip

    Declaration
    public string szTip
    Field Value
    Type
    System.String

    uCallbackMessage

    UINT - Unique identifier

    Declaration
    public int uCallbackMessage
    Field Value
    Type
    System.Int32

    uFlags

    UINT - Unique identifier

    Declaration
    public int uFlags
    Field Value
    Type
    System.Int32

    uID

    UINT - Unique identifier

    Declaration
    public int uID
    Field Value
    Type
    System.Int32

    uTimeoutOrVersion

    UINT - uTimeoutOrVersion

    Declaration
    public int uTimeoutOrVersion
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved