GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObjectEnterLeaveEventArgs Class / To Property
In This Topic
    To Property
    In This Topic
    Gets the GoObject that the mouse is now over.
    Syntax
    public GoObject To {get;}

    Property Value

    If this value is null, the mouse is no longer over an object, but is in the view's background.
    See Also