[]
Represents the toolbar for shapes.
public class DrawingToolbar : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Public Class DrawingToolbar
Inherits Form
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| DrawingToolbar() | Creates a new drawing toolbar. |
| DrawingToolbar(Control, PSContainer) | Creates a new drawing toolbar for the specified container in the specified control. |
| Name | Description |
|---|---|
| OwningControl | Gets or sets the owner control. |
| OwnsFocus | Gets or sets whether the OwningControl receives focus after a toolbar action. |
| ShapeContainer | Gets or sets the shape container. |
| ToolbarMain | Gets the main toolbar. |
| ToolbarPanel | Gets the toolbar panel. |
| ToolbarSupplement | Gets the supplementary toolbar. |
| Name | Description |
|---|---|
| AddShape(FpSpread, string) | Add shape by shapeType. |
| AddShape(string) | Add a Shape by shape type. |
| BackColor(FpSpread, Color) | Sets the back color for active legacy shape. |
| BringToFront(FpSpread) | Brings the active legacy shape in front of all other legacy shapes. |
| Dispose(bool) | Cleans up any resources being used. |
| DropShadow(FpSpread, string) | Sets the shadow style for active legacy shape. |
| Flip(FpSpread, bool) | Flips the active legacy shape. |
| ForeColor(FpSpread, Color) | Sets the fore color for active legacy shape. |
| GetChartLocationOffset(int, int) | Get the correct chart location in spread view. |
| Move(FpSpread, string) | Moves the active legacy shape. |
| OutlineColor(FpSpread, Color) | Sets the outline style for active legacy shape. |
| OutlineStyle(FpSpread, string) | Sets the outline style for active legacy shape. |
| Picture(FpSpread, bool) | Sets picture of the active legacy shape. |
| Property(FpSpread) | Shows properyt of active legacy shape. |
| Rotate(FpSpread, float) | Rotates the active legacy shape. |
| Scale(FpSpread, float) | Scales the active legacy shape. |
| ScaleControl(SizeF, BoundsSpecified) | Scales the location, size, padding, and margin of a control. |
| SendToBack(FpSpread) | Sends the active legacy shape behind all other legacy shapes. |
| SetShapeStyle(ShapeEventArgs, bool) | Set the Shape Style. |
| ShowSymbolDialog() | Show the symbol dialog. |
| Thickness(FpSpread, float) | Sets the thickness for active legacy shape. |