The following tables list the members exposed by AnnRunDesigner.
Name | Description | |
---|---|---|
AnnRunDesigner Constructor | Creates a new instance of this AnnRunDesigner. |
Name | Description | |
---|---|---|
ClipCursor | Enables and disables clipping the cursor. (Inherited from AnnDesigner) | |
Container | Gets or sets the AnnContainer object for this AnnDesigner. (Inherited from AnnDesigner) | |
HasStarted | Gets a value that indicates whether this AnnRunDesigner has started. | |
HitTestBuffer | Gets or sets the hit test buffer for this AnnRunDesigner. | |
Object | Gets or sets the AnnObject to be run. | |
Owner | Gets or sets the owner control for this AnnDesigner. (Inherited from AnnDesigner) |
Name | Description | |
---|---|---|
ClipCursorRectangle | Gets the rectangle used to clip the cursor when ClipCursor is true. (Inherited from AnnDesigner) |
Name | Description | |
---|---|---|
Cancel | Overridden. AnnRunDesigner implementation of Cancel. | |
DoubleClick | Overridden. AnnRunDesigner implementation of DoubleClick. | |
End | Ends running Object | |
KeyDown | Handles key down events on the designer. (Inherited from AnnDesigner) | |
MouseDown | Overridden. AnnRunDesigner implementation of MouseDown. | |
MouseMove | Overridden. AnnRunDesigner implementation of MouseMove. | |
MouseUp | Overridden. AnnRunDesigner implementation of MouseUp. | |
Start | Starts running Object |
Name | Description | |
---|---|---|
EndClipCursor | Ends clipping the mouse cursor. (Inherited from AnnDesigner) | |
EndWorking | Ends the running process. | |
GetLogicalAnnPoint | Gets the logical AnnPoint for the specified x, y and unit for this designer. (Inherited from AnnDesigner) | |
HookContainer | Hooks or unhooks the Container. (Inherited from AnnDesigner) | |
OnAfterDrawingObjects | Provides support for extra drawing whenever the Container is painted. (Inherited from AnnDesigner) | |
OnRun | Raises the Run event. | |
StartClipCursor | Starts clipping the mouse cursor inside the given rectangle. (Inherited from AnnDesigner) | |
StartWorking | Starts the editing process. | |
Working | Continues the running process. |
Name | Description | |
---|---|---|
Run | Occurs when this AnnRunDesigner is running an AnnObject. |