Interface ITool
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Describes a tool that can handle input on the design surface. Modeled after the description on http://urbanpotato.net/Default.aspx/document/2300
public interface ITool
Properties
- Cursor
Gets the cursor used by the tool.
Methods
- Activate(IDesignPanel)
Activates the tool, attaching its event handlers to the design panel.
- Deactivate(IDesignPanel)
Deactivates the tool, detaching its event handlers from the design panel.