Method ActionRemoveAll
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
ActionRemoveAll(bool)
Remove all actions from the model,all layouts and all viewports.
public void ActionRemoveAll(bool KeepBaseAction)
Parameters
KeepBaseActionboolIf this value is true the base action is not removed from the model,layouts and viewports.Base action controls tooltips, cursor and other vital actions for the control. If is removed the cursor will not appear and the control will not take user actions.
Remarks
Internally called by the New() , Open(string) , Cancel() methods
ActionRemoveAll(bool, bool)
Remove all actions from the model,all layouts and all viewports.
public void ActionRemoveAll(bool KeepBaseAction, bool ClearGrips)
Parameters
KeepBaseActionboolIf this value is true the base action is not removed from the model,layouts and viewports.Base action controls tooltips, cursor and other vital actions for the control. If is removed the cursor will not appear and the control will not take user actions.
ClearGripsboolIf this value is true the slected grip of entities are also cleared.
Remarks
Internally called by the New() , Open(string) , Cancel() methods