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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
cbSize uint
hWnd System.IntPtr
lParam System.IntPtr
rc RECT
uCallbackMessage uint
uEdge ABEdge

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

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

The size of the structure, in bytes.
public uint cbSize
Результат uint

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

The handle to the appbar window.
public IntPtr,System hWnd
Результат System.IntPtr

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

A message-dependent value. This member is used with the ABM_SETAUTOHIDEBAR and ABM_SETSTATE messages.
public IntPtr,System lParam
Результат System.IntPtr

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

A RECT structure to contain the bounding rectangle, in screen coordinates, of an appbar or the Windows taskbar. This member is used when sending the ABM_GETTASKBARPOS, ABM_QUERYPOS, and ABM_SETPOS messages.
public RECT rc
Результат RECT

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

An application-defined message identifier. The application uses the specified identifier for notification messages that it sends to the appbar identified by the hWnd member. This member is used when sending the ABM_NEW message.
public uint uCallbackMessage
Результат uint

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

A value that specifies an edge of the screen. This member is used when sending the ABM_GETAUTOHIDEBAR, ABM_QUERYPOS, ABM_SETAUTOHIDEBAR, and ABM_SETPOS messages. This member can be one of the following values.
public ABEdge uEdge
Результат ABEdge