Struct NativeMethods.NotifyIconData
Notify icon data.
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.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public struct NotifyIconDataFields
cbSize
cb Size (DWORD)
Declaration
public int cbSizeField Value
| Type | 
|---|
| System.Int32 | 
dwInfoFlags
DWORD - dwInfoFlags
Declaration
public int dwInfoFlagsField Value
| Type | 
|---|
| System.Int32 | 
dwState
DWORD - dwState
Declaration
public int dwStateField Value
| Type | 
|---|
| System.Int32 | 
dwStateMask
DWORD - dwStateMask
Declaration
public int dwStateMaskField Value
| Type | 
|---|
| System.Int32 | 
hIcon
HICON - Icon
Declaration
public IntPtr hIconField Value
| Type | 
|---|
| System.IntPtr | 
hWnd
hWnd (HWND)
Declaration
public IntPtr hWndField Value
| Type | 
|---|
| System.IntPtr | 
szInfo
char[256] - szInfo
Declaration
public string szInfoField Value
| Type | 
|---|
| System.String | 
szInfoTitle
char[64] - szInfoTitle
Declaration
public string szInfoTitleField Value
| Type | 
|---|
| System.String | 
szTip
char[128] - szTip
Declaration
public string szTipField Value
| Type | 
|---|
| System.String | 
uCallbackMessage
UINT - Unique identifier
Declaration
public int uCallbackMessageField Value
| Type | 
|---|
| System.Int32 | 
uFlags
UINT - Unique identifier
Declaration
public int uFlagsField Value
| Type | 
|---|
| System.Int32 | 
uID
UINT - Unique identifier
Declaration
public int uIDField Value
| Type | 
|---|
| System.Int32 | 
uTimeoutOrVersion
UINT - uTimeoutOrVersion
Declaration
public int uTimeoutOrVersionField Value
| Type | 
|---|
| System.Int32 |