menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct NOTIFYICONDATA - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct NOTIFYICONDATA

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    [CLSCompliant(false)]
    public struct NOTIFYICONDATA

    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 - 2025 Syncfusion Inc. All Rights Reserved