LToolbar::GetButtonChecked
#include "ltwrappr.h"
L_INT LToolbar::GetButtonChecked(void)
Gets the current checked ( pressed ) button in the toolbar.
Returns
An integer that will receive the current checked ( pressed ) button identifier.
Comments
To set the selected button in the toolbar, call LToolbar::SetButtonChecked.
Required DLLs and Libraries
LTTLB
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.
See Also
Functions: |
|
Topics: |
Example
For short example refer to LToolbar::SetButtonChecked.