#include "ltwrappr.h"
L_INT LToolbar::GetButtonChecked()
Gets the current checked ( pressed ) button in the toolbar.
An integer that will receive the current checked ( pressed ) button identifier.
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.
Functions: |
|
Topics: |
For short example refer to LToolbar::SetButtonChecked.