Search
EditComponent.HideSelection Property
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HideSelection { get; set; }

Visual Basic  Copy Code

Public Property HideSelection As Boolean

 Property Value

true, to hide selection when the edit component does not have input focus; false, to display the selection using the color specified by the InactiveSelectionColor property. The default is false.

 See Also