C# Класс Habanero.Faces.Base.InputFormTextBox

Provides a form containing a TextBox in order to get a single string value back from a user
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InputFormTextBox ( IControlFactory controlFactory, string message )

Initialises the form with a message to display to the user.

InputFormTextBox ( IControlFactory controlFactory, string message, int numLines )

Initialises the form with a message to display to the user.

InputFormTextBox ( IControlFactory controlFactory, string message, int numLines, char passwordChar )

Initialises the form with a message to display to the user.

ShowDialog ( ) : DialogResult

Shows the form to the user

createControlPanel ( ) : IPanel

Creates the panel on the form

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

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

Initialises the form with a message to display to the user.
public InputFormTextBox ( IControlFactory controlFactory, string message )
controlFactory IControlFactory The to use to create the form
message string The message to display

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

Initialises the form with a message to display to the user.
public InputFormTextBox ( IControlFactory controlFactory, string message, int numLines )
controlFactory IControlFactory The to use to create the form
message string The message to display
numLines int The number of lines to make available

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

Initialises the form with a message to display to the user.
public InputFormTextBox ( IControlFactory controlFactory, string message, int numLines, char passwordChar )
controlFactory IControlFactory The to use to create the form
message string The message to display
numLines int The number of lines to make available
passwordChar char The Char to use if the Textbox is to be used as a password field

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

Shows the form to the user
public ShowDialog ( ) : DialogResult
Результат DialogResult

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

Creates the panel on the form
public createControlPanel ( ) : IPanel
Результат IPanel