Class PathHandlerExtension
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Description of PathHandlerExtension.
[ExtensionFor(typeof(Path))]
public class PathHandlerExtension : LineExtensionBase, IKeyDown, IKeyUp
- Inheritance
-
PathHandlerExtension
- Implements
Properties
- InvokeDefaultAction
if that control wants the default DesignPanel action to be suppressed, let this return false
Methods
- KeyDownAction(object, KeyEventArgs)
Action to be performed on keydown on specific control
- KeyUpAction(object, KeyEventArgs)
Action to be performed on keyup on specific control
- OnInitialized()
Is called after the ExtendedItem was set. This methods displays the registered adorners
- OnRemove()
Is called when the extension is removed. This method hides the registered adorners.