GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / HidesSelection Property
In This Topic
    HidesSelection Property
    In This Topic
    Gets or sets whether the selection disappears when this view loses focus.
    Syntax
    [Category("Selection")]
    [DefaultValue(false)]
    [Description("Whether the selection disappears when this view loses focus.")]
    public virtual bool HidesSelection {get; set;}

    Property Value

    If this value is true, all selection handles are removed from this view when it loses focus. If this value is false, all selection handles are changed to use the NoFocusSelectionColor when this view loses focus.
    See Also