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 NotifyIconData
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 |