alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class NOTIFYICONDATA

    Inheritance
    System.Object
    NOTIFYICONDATA
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class NOTIFYICONDATA : ValueType

    Fields

    cbSize

    Declaration
    public uint cbSize
    Field Value
    Type
    System.UInt32

    dwInfoFlags

    Declaration
    public NotifyInfoFlags dwInfoFlags
    Field Value
    Type
    NotifyInfoFlags

    dwState

    Declaration
    public NotifyState dwState
    Field Value
    Type
    NotifyState

    dwStateMask

    Declaration
    public NotifyState dwStateMask
    Field Value
    Type
    NotifyState

    hIcon

    Declaration
    public IntPtr hIcon
    Field Value
    Type
    System.IntPtr

    hWnd

    Declaration
    public IntPtr hWnd
    Field Value
    Type
    System.IntPtr

    szInfo

    Declaration
    public string szInfo
    Field Value
    Type
    System.String

    szInfoTitle

    Declaration
    public string szInfoTitle
    Field Value
    Type
    System.String

    szTip

    Declaration
    public string szTip
    Field Value
    Type
    System.String

    uCallbackMessage

    Declaration
    public uint uCallbackMessage
    Field Value
    Type
    System.UInt32

    uFlags

    Declaration
    public NotifyFlags uFlags
    Field Value
    Type
    NotifyFlags

    uID

    Declaration
    public uint uID
    Field Value
    Type
    System.UInt32

    uTimeoutOrVersion

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