IsButtonChecked Method (SapToolbarControl)

Action

if the button is currently checked (pressed).

Syntax

C#
buttonChecked = toolbarControl.IsButtonChecked(buttonPosition)
VB
buttonChecked = toolbarControl.IsButtonChecked(buttonPosition)
Variable Description
buttonChecked Boolean.
buttonPosition The zero-based button position. Integer.