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 |
$$TRUE on success or $$FALSE on fail
With this funtion you can set more than one button in a set of mutually exclusive buttons.
none |