C# Класс MBC.App.Terminal.Controls.StringInputControl

Наследование: UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Input ( string txt ) : void
KeyPress ( ConsoleKeyInfo key ) : bool
StringInputControl ( string placeholder ) : System

Приватные методы

Метод Описание
Update ( ) : void

Описание методов

Input() публичный Метод

public Input ( string txt ) : void
txt string
Результат void

KeyPress() публичный Метод

public KeyPress ( ConsoleKeyInfo key ) : bool
key System.ConsoleKeyInfo
Результат bool

StringInputControl() публичный Метод

public StringInputControl ( string placeholder ) : System
placeholder string
Результат System