GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / NoFocusSelectionColor Property
In This Topic
    NoFocusSelectionColor Property
    In This Topic
    Gets or sets the handle color for selected objects when this view does not have focus.
    Syntax
    [Category("Selection")]
    [Description("The handle color for objects when the view does not have focus.")]
    public virtual Color NoFocusSelectionColor {get; set;}

    Property Value

    The default value is a light gray color.
    Remarks
    If this color is the same as PrimarySelectionColor, the selection handles will not be re-created as the view gains or loses focus.
    See Also