Show / Hide Table of Contents

Class EditableTextBlockAdorner

Adorner class which shows TextBox over the text block when the Edit mode is on.

Inheritance
Object
EditableTextBlockAdorner
Namespace: Ecng.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class EditableTextBlockAdorner : Adorner

Constructors

EditableTextBlockAdorner(EditableTextBlock)

Declaration
public EditableTextBlockAdorner(EditableTextBlock adornedElement)
Parameters
Type Name Description
EditableTextBlock adornedElement

Properties

VisualChildrenCount

Declaration
protected override int VisualChildrenCount { get; }
Property Value
Type Description
Int32

Methods

ArrangeOverride(Size)

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type Name Description
Size finalSize
Returns
Type Description
Size

GetVisualChild(Int32)

Declaration
protected override Visual GetVisualChild(int index)
Parameters
Type Name Description
Int32 index
Returns
Type Description
Visual

Events

TextBoxKeyUp

Declaration
public event KeyEventHandler TextBoxKeyUp
Event Type
Type Description
KeyEventHandler

TextBoxLostFocus

Declaration
public event RoutedEventHandler TextBoxLostFocus
Event Type
Type Description
RoutedEventHandler

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾