GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / OnLostFocus Method
In This Topic
    OnLostFocus Method (GoSelection)
    In This Topic
    This method is called by GoView.OnLostFocus to make sure all selection handles either disappear (if GoView.HidesSelection is true), or appear with the GoView.NoFocusSelectionColor (if different from GoView.PrimarySelectionColor).
    Syntax
    public virtual void OnLostFocus()
    See Also