C# Class BrightnessTray.NativeMethods.TBBUTTON

Show file Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
dwData System.IntPtr
fsStateStylePadding System.IntPtr
iBitmap int
iString System.IntPtr
idCommand int

Property Details

dwData public property

Application-defined value.
public IntPtr,System dwData
return System.IntPtr

fsStateStylePadding public property

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
return System.IntPtr

iBitmap public property

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
return int

iString public property

Zero-based index of the button string, or a pointer to a string buffer that contains text for the button.
public IntPtr,System iString
return System.IntPtr

idCommand public property

Command identifier associated with the button. This identifier is used in a WM_COMMAND message when the button is chosen.
public int idCommand
return int