C# Класс BrightnessTray.NativeMethods.NOTIFYICONIDENTIFIER

Contains information used by Shell_NotifyIconGetRect to identify the icon for which to retrieve the bounding rectangle.
The icon can be identified to Shell_NotifyIconGetRect through this structure in two ways: guidItem alone (recommended) hWnd plus uID If guidItem is used, hWnd and uID are ignored.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
cbSize uint
guidItem System.Guid
hWnd System.IntPtr
uID uint

Описание свойств

cbSize публичное свойство

Size of this structure, in bytes.
public uint cbSize
Результат uint

guidItem публичное свойство

A registered GUID that identifies the icon.
public Guid,System guidItem
Результат System.Guid

hWnd публичное свойство

A handle to the parent window used by the notification's callback function. For more information, see the hWnd member of the NOTIFYICONDATA structure.
public IntPtr,System hWnd
Результат System.IntPtr

uID публичное свойство

The application-defined identifier of the notification icon. Multiple icons can be associated with a single hWnd, each with their own uID.
public uint uID
Результат uint