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

Показать файл Открыть проект

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

Свойство Тип Описание
dwData System.IntPtr
fsStateStylePadding System.IntPtr
iBitmap int
iString System.IntPtr
idCommand int

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

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

Application-defined value.
public IntPtr,System dwData
Результат System.IntPtr

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

Contains the fsState and fsStyle fields (bytes) and padding (2 bytes on 32-bit systems, 6 bytes on 64-bit systems). Access the fields fsState and fsStyle to retrieve this information.
public IntPtr,System fsStateStylePadding
Результат System.IntPtr

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

Zero-based index of the button image. Set this member to I_IMAGECALLBACK, and the toolbar will send the TBN_GETDISPINFO notification code to retrieve the image index when it is needed.
public int iBitmap
Результат int

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

Zero-based index of the button string, or a pointer to a string buffer that contains text for the button.
public IntPtr,System iString
Результат System.IntPtr

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

Command identifier associated with the button. This identifier is used in a WM_COMMAND message when the button is chosen.
public int idCommand
Результат int