GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / OnGotFocus Method
In This Topic
    OnGotFocus Method (GoSelection)
    In This Topic
    This method is called by GoView.OnGotFocus to make sure all selection handles appear normally.
    Syntax
    public virtual void OnGotFocus()
    Remarks
    This implementation currently just calls AddAllSelectionHandles if GoView.HidesSelection is true or if GoView.NoFocusSelectionColor is different from GoView.PrimarySelectionColor.
    See Also