Class HotKeyTextBoxBehavior
public class HotKeyTextBoxBehavior : Behavior<TextBox>, IAnimatable, IAttachedObject
- Inheritance
-
HotKeyTextBoxBehavior
- Implements
- Inherited Members
- Extension Methods
Methods
OnAttached()
This attaches the property handlers - PreviewKeyDown, Clipboard support and our adorner.
protected override void OnAttached()
OnDetaching()
This removes all our handlers.
protected override void OnDetaching()