Public Member Functions | |
| InputForm () | |
| bool | PromptForInput () |
| string | getText () |
| InputForm () | |
| bool | PromptForInput () |
| string | getText () |
Static Public Member Functions | |
| static string | GetUserInput (string title, string devaultValue) |
| static string | GetUserInput (string title, bool password) |
| static string | GetUserInput (string title, string devaultValue, bool password) |
| static string | GetFileFromUser (string msg) |
| static bool | PromptYesNo (String str) |
| static void | ShowMessage (String message) |
Public Attributes | |
| System.Windows.Forms.TextBox | textBox1 |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| bool | PasswordField [get, set] |
Definition at line 13 of file InputForm.cs.
| Tamir.SharpSsh.jsch.examples.InputForm.InputForm | ( | ) |
Definition at line 23 of file InputForm.cs.
| Tamir.SharpSsh.jsch.examples.InputForm.InputForm | ( | ) |
Definition at line 24 of file InputForm.cs.
| override void Tamir.SharpSsh.jsch.examples.InputForm.Dispose | ( | bool | disposing | ) | [protected] |
| override void Tamir.SharpSsh.jsch.examples.InputForm.Dispose | ( | bool | disposing | ) | [protected] |
| static string Tamir.SharpSsh.jsch.examples.InputForm.GetFileFromUser | ( | string | msg | ) | [static] |
Definition at line 65 of file InputForm.cs.
| string Tamir.SharpSsh.jsch.examples.InputForm.getText | ( | ) |
Definition at line 191 of file InputForm.cs.
| string Tamir.SharpSsh.jsch.examples.InputForm.getText | ( | ) |
Definition at line 124 of file InputForm.cs.
| static string Tamir.SharpSsh.jsch.examples.InputForm.GetUserInput | ( | string | title, | |
| string | devaultValue, | |||
| bool | password | |||
| ) | [static] |
Definition at line 48 of file InputForm.cs.
| static string Tamir.SharpSsh.jsch.examples.InputForm.GetUserInput | ( | string | title, | |
| bool | password | |||
| ) | [static] |
Definition at line 42 of file InputForm.cs.
| static string Tamir.SharpSsh.jsch.examples.InputForm.GetUserInput | ( | string | title, | |
| string | devaultValue | |||
| ) | [static] |
Definition at line 37 of file InputForm.cs.
| bool Tamir.SharpSsh.jsch.examples.InputForm.PromptForInput | ( | ) |
Definition at line 185 of file InputForm.cs.
| bool Tamir.SharpSsh.jsch.examples.InputForm.PromptForInput | ( | ) |
Definition at line 118 of file InputForm.cs.
| static bool Tamir.SharpSsh.jsch.examples.InputForm.PromptYesNo | ( | String | str | ) | [static] |
Definition at line 82 of file InputForm.cs.
| static void Tamir.SharpSsh.jsch.examples.InputForm.ShowMessage | ( | String | message | ) | [static] |
Definition at line 92 of file InputForm.cs.
| System Windows Forms TextBox Tamir::SharpSsh::jsch::examples.InputForm::textBox1 |
Definition at line 15 of file InputForm.cs.
bool Tamir::SharpSsh::jsch::examples.InputForm::PasswordField [get, set] |
Definition at line 130 of file InputForm.cs.
1.5.9