[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputTextBox

InputTextBox Class

Represents a text box element in a C1InputPanel control.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class InputTextBox : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Constructors

Name Description
InputTextBox()

Initializes a new instance of an InputTextBox.

Properties

Name Description
AcceptsReturn

Gets or sets a value that determines whether the InputTextBox should handle the Enter key in a multiline mode.

AcceptsTab

Gets or sets a value that determines whether the InputTextBox should handle the Tab key in a multiline mode.

ContextMenuStrip

Gets or sets the context menu strip associated with the text box.

CueBanner

Gets or sets the textual cue, or tip, that is displayed by InputTextBox to prompt the user for information.

DefaultElementWidth

Gets the default width of the InputTextBox.

DefaultWidth

Gets the default width of the InputTextBox.

InitialSelection

Gets or sets a value determines the selection position when a control receives input focus.

MaxLength

Gets or sets the maximum number of characters allowed in the component.

Multiline

Gets or sets a value that determines whether the user can type more than one line of text into the InputTextBox.

NotSetVerticalAlign

Gets actual vertical alignment when the VerticalAlign property is equal to NotSet.

PasswordChar

Gets or sets the character used to mask characters of a password in the InputTextBox.

ReadOnly

Gets or sets a value indicating whether the contents of the component can be changed.

Text

Gets or sets the text associated with the component.

TextAlign

Gets or sets how text is aligned in the InputTextBox.

TextBox

Gets the TextBox control contained in this InputTextBox.

UseSystemPasswordChar

Gets or sets a value indicating whether the text in the InputTextBox should appear as the default password character.

WordWrap

Gets or sets whether text should be allowed to wrap within the InputTextBox.