Difference between revisions of "TBCanvas.ButtonType"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (32 revisions imported)
 
(14 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 17:24, 7 August 2015

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.