C# Class PowerArgs.Cli.TextBox

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

Méthodes publiques

Méthode Description
TextBox ( ) : System

Creates a new text box

Méthodes protégées

Méthode Description
OnPaint ( ConsoleBitmap context ) : void

paints the text box

Private Methods

Méthode Description
OnKeyInputReceived ( ConsoleKeyInfo info ) : void
TextBox_Focused ( ) : void
TextBox_Unfocused ( ) : void
TextValueChanged ( ) : void

Method Details

OnPaint() protected méthode

paints the text box
protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
Résultat void

TextBox() public méthode

Creates a new text box
public TextBox ( ) : System
Résultat System