Tag Archive for 'rollovercolor'

01
Sep

Setting the roll over color on a LinkButton control in Flex

The following example shows how you can set the roll over color on a Flex LinkButton control by setting the rollOverColor style.

Full code after the jump.

Continue reading ‘Setting the roll over color on a LinkButton control in Flex’

25
Jul

Setting the roll over color on a DateChooser control in Flex

The following example shows how you can set the roll over color on a Flex DateChooser control by setting the rollOverColor style.

Full code after the jump.

Continue reading ‘Setting the roll over color on a DateChooser control in Flex’

11
Jul

Setting the item background roll over color on a ComboBox control in Flex

The following example shows how you can change the item background roll over color for a Flex ComboBox control by setting the rollOverColor style.

Full code after the jump.

Continue reading ‘Setting the item background roll over color on a ComboBox control in Flex’

17
Feb

Setting the roll over color and selection color in a Flex DataGrid control

The following example shows how you can set the roll over color and selection color in a DataGrid control in Flex by setting the rollOverColor and selectionColor styles.

Full code after the jump.

Continue reading ‘Setting the roll over color and selection color in a Flex DataGrid control’