Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether the selected text in the edit control remains highlighted when the control loses the focus.
Syntax
public final void setHideSelection( boolean value )
Parameters
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