Property ActiveAction
- Namespace
- VectorDraw.Professional.vdPrimaries
- Assembly
- VectorDraw.Professional.dll
ActiveAction
Gets the currently active (topmost) action in the layout's action stack.
public BaseAction ActiveAction { get; }
Property Value
- BaseAction
A VectorDraw.Actions.BaseAction representing the currently active action, or
nullif no action is active.
Remarks
This property returns the action at the top of the Actions stack,
representing the action that is currently executing and handling user input.
If no actions are active, this property returns null.
The active action controls the current interaction behavior such as drawing, selecting, editing, or any custom user-defined operation.
- See Also
-
ActionAdd(BaseAction)