EditableTextBlockAdorner
Ecng.Xaml
Adorner class that overlays a TextBox over EditableTextBlock while it is in edit mode.
Hereda de: Adorner
Constructores
EditableTextBlockAdorner(EditableTextBlock)
Initializes a new instance of the EditableTextBlockAdorner class.
- adornedElement
- The associated editable text block.
Propiedades
VisualChildrenCount : int
Return the number of links visible in this layer.
Métodos
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.
Devuelve: The actual size used.
Eventos
TextBoxKeyUp : KeyEventHandler
Occurs when a key is released while the underlying TextBox has focus.
TextBoxLostFocus : RoutedEventHandler
Occurs when the underlying TextBox loses focus.