Sets the value of the specified bit field in the control's style property.
protected final void setStyle( int flag, boolean value )
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