C# 클래스 BrightnessTray.NativeMethods.TBBUTTON

파일 보기 프로젝트 열기: navhaxs/BrightnessTray

공개 프로퍼티들

프로퍼티 타입 설명
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