Search
EditComponent.setHideSelection Method
See Also
 

Sets a value indicating whether to hide the selection when the edit component does not have input focus.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setHideSelection (
    boolean value
)

 Parameters

value

true, to hide selection when the edit component does not have input focus, or false otherwise.

 See Also