Button: setLook

Give a button the specified look.

Example

button.setLook('SELECTED')

Syntax

Button.setLook(lookString)

Parameters

lookString

String (not case sensitive). 'NORMAL', 'ROLL', 'DOWN', 'SELECTED', 'ROLLSELECTED' for the corresponding looks.

Return value

no return value

Usage

Do not use the setLook method to set the 'INACTIVE' look but the setInactive method: It sets the 'INACTIVATE' look and disable the Button.