Sets a boolean value indicating whether the selected text in the edit control remains highlighted when the control loses the focus.
public final void setHideSelection( boolean value )
value
Set to true if the selected text does not appear highlighted when the edit control loses the focus; set to false if the selected text still appears highlighted when the edit control loses the focus. The default value is true.
See Also getHideSelection