Class MultilineTextBox
[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBox))]
[TemplatePart(Name = "PART_GridSplitter", Type = typeof(GridSplitter))]
public class MultilineTextBox : TextBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
MultilineTextBox
- Implements
- Inherited Members
Fields
DisplayedLinesProperty
public static readonly DependencyProperty DisplayedLinesProperty
Field Value
SurfaceProperty
public static readonly DependencyProperty SurfaceProperty
Field Value
Properties
DisplayedLines
public int DisplayedLines { get; set; }
Property Value
Surface
public ISurface Surface { get; set; }
Property Value
Methods
OnApplyTemplate()
Is called when a control template is applied.
public override void OnApplyTemplate()