Table of Contents

Property FreezeActionsStack

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

FreezeActionsStack

A stack to enable/disable using push,pop the user actions.

public Stack<bool> FreezeActionsStack { get; }

Property Value

Stack<bool>

Remarks

Default value on the top of the stack is false , so the user actions by default are enable.

In order to disable all user actions, use the following code: FreezeActionsStack.Push(true);