Bevel button position

In the LR, we can read that a [quote]BevelButton has a ButtonType Property (As Integer)
It can take on the following values:
Value Description
0 Button. Remains in the “down” position until mouse is released.
1 Toggles. Remains in the “down” position until clicked again.
2 Sticky. Remains in the “down” position when clicked.[/quote]

Is there a way to know, by code, if the button is “down” or “up”?
I couldn’t find it, but perhaps it’s something obvious I didn’t see.

TIA

Check bevelbutton.value - true or false.

Value

I supposed it was obvious. Shame on me.
Thanks!