0 - Make the control's background opaque.
1 - Make the control's background transparent.
1 - Make the control's background transparent.
dw_1.object.objectname.background.mode = 0
example : dw_1.object.matrix.background.mode = 0
example : dw_1.object.matrix.background.mode = 0
To set background color dynamically :
dw_1.object.objectname.background.color = RGB(192, 192, 192)
example : dw_1.object.matrix.background.color = RGB(192, 192, 192)
dw_1.object.objectname.background.color = RGB(192, 192, 192)
example : dw_1.object.matrix.background.color = RGB(192, 192, 192)


