C# Class PowerArgs.Cli.TextBox

A control that lets the user provide text input
Inheritance: ConsoleControl
Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Methods

Method Description
TextBox ( ) : System

Creates a new text box

Protected Methods

Method Description
OnPaint ( ConsoleBitmap context ) : void

paints the text box

Private Methods

Method Description
OnKeyInputReceived ( ConsoleKeyInfo info ) : void
TextBox_Focused ( ) : void
TextBox_Unfocused ( ) : void
TextValueChanged ( ) : void

Method Details

OnPaint() protected method

paints the text box
protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
return void

TextBox() public method

Creates a new text box
public TextBox ( ) : System
return System