GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoSelection Class
/ OnGotFocus Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoSelection Class
GoSelection Members