WinXToolbar_ToggleButton


WinXToolbar_ToggleButton (hToolbar, iButton, on)

Toggles a toggle button

Parameter Description
hToolbar The handle to the toolbar in which the toggle button resides
iButton The unique id constant of the button
on $$TRUE to toggle the button on, $$FALSE to toggle it off

Returns

$$TRUE on success or $$FALSE on fail

Remarks

With this funtion you can set more than one button in a set of mutually exclusive buttons.

Examples

none

Related Links

WinXToolbar_AddToggleButton
WinXToolbar_EnableButton