Search
EditComponent.isHideSelection Method
See Also
 

Gets 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 boolean isHideSelection ()

 Return Value

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

 See Also