GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolAction Class / Start Method
In This Topic
    Start Method (GoToolAction)
    In This Topic
    Get the IGoActionObject that the mouse is over, and activate it by setting its IGoActionObject.ActionActivated property to true and calling its IGoActionObject.OnActionActivated method.
    Syntax
    public override void Start()
    See Also