GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoToolAction Class
/ PickActionObject Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
PickActionObject Method
In This Topic
Find an
IGoActionObject
that the last input event is over.
Syntax
C#
public
virtual
IGoActionObject
PickActionObject()
Return Value
an
IGoActionObject
, or null if none
Remarks
This proceeds up the chain of
Parent
s to find an object that implements
IGoActionObject
and whose
IGoActionObject.ActionEnabled
property is true. The result is remembered as the value of the
ActionObject
property.
See Also
Reference
GoToolAction Class
GoToolAction Members