C# Class MBC.App.Terminal.Controls.ButtonControl

Inheritance: UserControl
Afficher le fichier Open project: aiclub/Mohawk_Battleship Class Usage Examples

Méthodes publiques

Méthode Description
ButtonControl ( string text, ButtonSelect selectEvent ) : System
Input ( string txt ) : void
KeyPress ( ConsoleKeyInfo key ) : bool

Method Details

ButtonControl() public méthode

public ButtonControl ( string text, ButtonSelect selectEvent ) : System
text string
selectEvent ButtonSelect
Résultat System

Input() public méthode

public Input ( string txt ) : void
txt string
Résultat void

KeyPress() public méthode

public KeyPress ( ConsoleKeyInfo key ) : bool
key System.ConsoleKeyInfo
Résultat bool