EditableTextBlockAdorner

Ecng.Xaml

Adorner class that overlays a TextBox over EditableTextBlock while it is in edit mode.

Inherits: Adorner

Constructors

EditableTextBlockAdorner(EditableTextBlock)

Initializes a new instance of the EditableTextBlockAdorner class.

adornedElement
The associated editable text block.

Properties

VisualChildrenCount : int

Return the number of links visible in this layer.

Methods

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.

Returns: The actual size used.

GetVisualChild(int) : Visual

Get the nth link.

index

Events

TextBoxKeyUp : KeyEventHandler

Occurs when a key is released while the underlying TextBox has focus.

TextBoxLostFocus : RoutedEventHandler

Occurs when the underlying TextBox loses focus.