Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
commctrl.h
Unicode
No
Platform Notes
None

TB_GETSTATE

The TB_GETSTATE message retrieves information about the state of the specified button in a toolbar, such as whether it is enabled, pressed, or checked.

TB_GETSTATE

wParam = (WPARAM) idButton;

lParam = 0;

Parameters

idButton

Command identifier of the button for which to retrieve information.

Return Values

Returns the button state information if successful or pics/WIN3200090000.gif 1 otherwise. The button state information can be a combination of the values listed in Button States.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples