Control.setStyle

Overview | Methods | Fields | This Package | All Packages

Control.setStyle

Sets the value of the specified bit field in the control's style property.

Syntax

protected final void setStyle( int flag, boolean value )

Parameters

flag

The bit field within the style property value that you want to set.

value

Set to true to turn on the specified bit field in the style property; set to false to turn off the specified bit field.

See Also   getStyle