The following tables list the members exposed by AnnDesigner.
| Name | Description | |
|---|---|---|
| AnnDesigner Constructor | Initializes a new instance of the AnnDesigner class. |
| Name | Description | |
|---|---|---|
| ClipCursor | Enables and disables clipping the cursor. |
| Container | Gets or sets the AnnContainer object for this AnnDesigner. |
| Owner | Gets or sets the owner control for this AnnDesigner. |
| Name | Description | |
|---|---|---|
| ClipCursorRectangle | Gets the rectangle used to clip the cursor when AnnDesigner.ClipCursor is true. |
| Name | Description | |
|---|---|---|
| Cancel | Cancels the current designer operation. |
| DoubleClick | Handles mouse double-click events on the designer. |
| KeyDown | Handles key down events on the designer. |
| MouseDown | Handles mouse down events on the designer. |
| MouseMove | Handles mouse move events on the designer. |
| MouseUp | Handles mouse up events on the designer. |
| Name | Description | |
|---|---|---|
| EndClipCursor | Ends clipping the mouse cursor. |
| GetLogicalAnnPoint | Gets the logical AnnPoint for the specified x, y and unit for this designer. |
| HookContainer | Hooks or unhooks the AnnDesigner.Container. |
| OnAfterDrawingObjects | Provides support for extra drawing whenever the AnnDesigner.Container is painted. |
| StartClipCursor | Starts clipping the mouse cursor inside the given rectangle. |