The following tables list the members exposed by AnnAutomation.
Name | Description | |
---|---|---|
AnnAutomation Constructor | Initializes a new instance of the AnnAutomation class. |
Name | Description | |
---|---|---|
Active | Gets or sets a value indicating whether this AnnAutomation is active. | |
AutomationControl | Gets the automation control for this AnnAutomation. | |
CanDeleteObjects | Gets a value that indicates whether this AnnAutomation is currently in a state where objects can be deleted. | |
CanLock | Gets a value that indicates whether the object currently being edited (selected) can be locked. | |
CanRealizeAllRedactions | Gets a value that indicates whether any of the AnnRedactionObject objects in this AnnAutomation can be realized. | |
CanRealizeRedaction | Gets a value that indicates whether the object currently being edited (selected) is an AnnRedactionObject and can be realized. | |
CanRedo | Gets a value indicating whether the user can redo the previous operation performed in this AnnAutomation. | |
CanRestoreAllRedactions | Gets a value that indicates whether any AnnRedactionObject objects in this AnnAutomation can be restored. | |
CanRestoreRedaction | Gets a value that indicates whether the object currently being edited (selected) is a AnnRedactionObject and can be restored. | |
CanSelectObjects | Gets a value that indicate whether the this AnnAutomation is in a state where any object can be selected. | |
CanShowProperties | Gets a value that indicate whether this AnnAutomation is currently in a state where the user properties dialog can be displayed. | |
CanUndo | Gets a value that indicates whether the user can undo the previous operation performed in this AnnAutomation. | |
CanUnlock | Gets a value that indicates whether the object currently being edited (selected) can be unlocked. | |
Container | Gets the AnnContainer of this AnnAutomation. | |
CurrentDesigner | Gets the current working designer. | |
CurrentEditObject | Gets the current AnnObject being edited. | |
Manager | Returns the AnnAutomationManager that this AnnAutomation object belongs to. | |
UndoCapacity | Gets or sets a value that specifies the capacity of the undo/redo buffer. |
Name | Description | |
---|---|---|
Attach | Attaches this AnnAutomation object to a IAnnAutomationControl object. | |
BeginUndo | Creates a new undo node in this AnnAutomation object. | |
Cancel | Cancels the operation currently being performed in this AnnAutomation. | |
CancelUndo | Cancels the undo node started in this AnnAutomation object. | |
DeleteSelectedObjects | Deletes the selected objects from this AnnAutomation. | |
Detach | Detaches this AnnAutomation object from its IAnnAutomationControl object. | |
EndUndo | Commits the undo node started in this AnnAutomation object. | |
Invalidate | Invalidates the specified region of the automation control. | |
Lock | Locks the object(s) currently being edited (selected). | |
RealizeAllRedactions | Realizes all the AnnRedactionObject objects in this AnnAutomation. | |
RealizeRedaction | Realizes the AnnRedactionObject object currently being edited (selected). | |
Redo | Reapplies the last operation that was undone in this AnnAutomation. | |
RestoreAllRedactions | Restores all of the AnnRedactionObject objects in this AnnAutomation. | |
RestoreRedaction | Restores the AnnRedactionObject object currently being edited (selected). | |
SelectObject | Select an object in this AnnAutomation. | |
SelectObjects | Selects an object or a group of objects in this AnnAutomation. | |
Undo | Reverses the last operation performed in this AnnAutomation. | |
Unlock | Unlocks the object(s) currently being edited (selected). |
Name | Description | |
---|---|---|
OnBeforeObjectChanged | Raises the BeforeObjectChanged event. | |
OnCurrentDesignerChanged | Raises the CurrentDesignerChanged event. | |
OnUndoRedoChanged | Raises the UndoRedoChanged event. |
Name | Description | |
---|---|---|
BeforeObjectChanged | Occurs when an AnnObject is about to be changed. | |
CurrentDesignerChanged | Occurs when the current designer has been changed. | |
Draw | Occurs when an AnnObject is being drawn. | |
Edit | Occurs when an AnnObject is being edited. | |
EditText | Occurs when the text of an AnnObject is edited. | |
LockObject | Occurs when an AnnObject is locked. | |
Run | Occurs when an AnnObject is being run. | |
SelectedObjectsChanged | Occurs when the selected object changes. | |
UndoRedoChanged | Occurs when the undo or redo buffer changes. | |
UnlockObject | Occurs when an AnnObject is unlocked. |