TextBox
Previous Top Next

TextBox is used mostly to recieve user input.
TextBox control can be single line or multiline.
MultiLine text is entered in the Visual Designer at the bottom of the properties screen (MultiLine Text field).
Properties and Methods:
             BringToFront
             Color
             Dispose
             Enabled
             Focus
             FontColor
             FontSize
             Height
             IgnoreKey
             Left
             MultiLine
             Name
             Refresh
             ScrollToCaret
             SelectionStart
             SelectionLength
             Text
             Top
            
Visible
             Width
Events:
             GotFocus
             KeyPress
             LostFocus