GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / Indicator Class / ActionActivated Property
In This Topic
    ActionActivated Property (Indicator)
    In This Topic
    Gets or sets whether the object's Action is about to be invoked, normally by a mouse button being pressed.
    Syntax
    [Browsable(false)]
    public virtual bool ActionActivated {get; set;}

    Property Value

    This defaults to false.
    Remarks
    A change to this state is considered transient, and does not invoke Northwoods.Go.GoObject.Changed.
    See Also