Метод | Описание | |
---|---|---|
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
|
public InputFormTextBox ( IControlFactory controlFactory, string message ) | ||
controlFactory | IControlFactory | The |
message | string | The message to display |
public InputFormTextBox ( IControlFactory controlFactory, string message, int numLines ) | ||
controlFactory | IControlFactory | The |
message | string | The message to display |
numLines | int | The number of lines to make available |
public InputFormTextBox ( IControlFactory controlFactory, string message, int numLines, char passwordChar ) | ||
controlFactory | IControlFactory | The |
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 |