Leadtools.Windows.Annotations Namespace > AnnAutomation Class : Delete Method |
public virtual void Delete()
'Declaration Public Overridable Sub Delete()
'Usage Dim instance As AnnAutomation instance.Delete()
public: virtual void Delete();
AnnAutomation can delete one or more AnnObject if they are currently in edit mode (selected) and these objects are not locked.
Use the CanDelete property to update the user interface of your application (for example, enabling or disabling an Edit/Delete menu item).
For information on undoing or redoing automation operations, refer to Undoing WPF Automation Operations.
For C#/VB examples, refer to CanDelete.