|
Toolbar Button States
Each button in a toolbar has a current state. The toolbar updates a button's
state to reflect user actions, such as clicking the button. The state indicates
whether the button is currently pressed or not pressed, enabled or disabled,
hidden or visible, and so on. Although an application sets a button's initial
state when adding the button to the toolbar, it can change and retrieve the state
by sending messages to the toolbar. For a list of toolbar button states, see Toolbar States.
An application can use the TB_GETSTATE and TB_SETSTATE messages to retrieve and set the state of a button. In addition, a toolbar
includes the following messages that retrieve or set a particular state.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|