Click or drag to resize
KaxTextBox Class
Kettic KaxTextBox
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsKaxInputControl
          Kettic.AspNet.ControlsKaxTextBox

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTextBox : KaxInputControl

The KaxTextBox type exposes the following members.

Constructors
  NameDescription
Public methodKaxTextBox
Top
Properties
  NameDescription
Public propertyCode exampleAutoCompleteType
Gets or sets a value that indicates the AutoComplete behavior of the KaxTextBox control
Public propertyCode exampleColumns
Gets or sets the display width of the KaxTextBox in characters.
Public propertyCode exampleRows
Gets or sets the number of rows displayed in a multiline KaxTextBox.
Public propertyCode exampleTextMode
Gets or sets the behavior mode (single-line, multiline, or password) of the KaxTextBox control.
Public propertyCode exampleWrap
Gets or sets a value indicating whether the text content wraps within a multiline KaxTextBox.
Top
See Also