[]
        
(Showing Draft Content)

C1.WPF.InputPanel.C1InputTextBox

C1InputTextBox Class

Displays and edits the string type of data.

Namespace: C1.WPF.InputPanel
Assembly: C1.WPF.InputPanel.4.6.2.dll
Syntax
[TemplatePart(Name = "Content", Type = typeof(TextBox))]
public class C1InputTextBox : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1InputTextBox()

Initializes a new instance of a C1InputTextBox.

Fields

Name Description
TextWrappingProperty

Identifies the TextWrapping dependency property.

Properties

Name Description
TextWrapping

Gets or sets a value indicating whether the text allows wrapping.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1InputTextBox control when a new template is applied.