EditableTextBlockAdorner
Ecng.Xaml
Adorner class that overlays a TextBox over EditableTextBlock while it is in edit mode.
Erbt von: Adorner
Konstruktoren
EditableTextBlockAdorner(EditableTextBlock)
Initializes a new instance of the EditableTextBlockAdorner class.
- adornedElement
- The associated editable text block.
Eigenschaften
VisualChildrenCount : int
Return the number of links visible in this layer.
Methoden
ArrangeOverride(Size) : Size
Provides the behavior for the "Arrange" pass of layout.
- finalSize
- The final area within the parent that this element should use to arrange itself and its children.
Rückgabe: The actual size used.
Ereignisse
TextBoxKeyUp : KeyEventHandler
Occurs when a key is released while the underlying TextBox has focus.
TextBoxLostFocus : RoutedEventHandler
Occurs when the underlying TextBox loses focus.