| TextBox Properties | 
The TextBox type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AutoSelectMode | 
            Gets or sets the auto selection mode.
             | 
|  | CaretIndex | 
            Gets or sets the index of the current insertion point.
             | 
|  | MaxLength | 
            Gets or sets the maximum length of the text that can be entered in the control, 0 for no limit.
             | 
|  | PlaceholderText | 
            Gets or sets the placeholder text to show as a hint of what the user should enter.
             | 
|  | ReadOnly | 
            Gets or sets a value indicating whether this TextBox is read only.
             | 
|  | SelectedText | 
            Gets or sets the selected text.
             | 
|  | Selection | 
            Gets or sets the current text selection.
             | 
|  | ShowBorder | 
            Gets or sets a value indicating whether to show the control's border.
             | 
|  | TextAlignment | 
            Gets or sets the alignment of the text in the entry box.
             | 
 See Also
See Also