EditableTextBlockAdorner

Ecng.Xaml

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

継承元: Adorner

コンストラクター

EditableTextBlockAdorner(EditableTextBlock)

Initializes a new instance of the EditableTextBlockAdorner class.

adornedElement
The associated editable text block.

プロパティ

VisualChildrenCount : int

Return the number of links visible in this layer.

メソッド

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.

戻り値: The actual size used.

GetVisualChild(int) : Visual

Get the nth link.

index

イベント

TextBoxKeyUp : KeyEventHandler

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

TextBoxLostFocus : RoutedEventHandler

Occurs when the underlying TextBox loses focus.