TBCanvas.ButtonType

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Property (As Integer)
aTBCanvas.ButtonType = newValue
or
IntegerValue = aTBCanvas.ButtonType


Possible Values are 0 and 1. If value is 0, the Buttons do not keep a selected state after being clicked. If value is 1, the buttons stay highlighted after being clicked.