[This is preliminary documentation and is subject to change.]
When user input is requested by plugin, one of those values may be used
Namespace:
Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public enum InputRequestKind |
| Visual Basic (Declaration) |
|---|
Public Enumeration InputRequestKind |
| Visual C++ |
|---|
public enum class InputRequestKind |
| J# |
|---|
public enum InputRequestKind |
| JScript |
|---|
public enum InputRequestKind |
Members
| Member name | Description | |
|---|---|---|
| MsgOKCancel | Shows MessageBox with OK/Cancel buttons | |
| MsgYesNo | Shows MessageBox with Yes/No buttons | |
| MsgOK | Shows MessageBox with OK button | |
| URL | Asks for an URL | |
| TargetDir | Asks for a local directory (with browse button) | |
| PasswordFirewall | Password for a firewall | |
| UserNameFirewall | User name for a firewall | |
| Account | Ask for an account (needed for some FTP servers) | |
| Pasword | Ask for a password, e.g. for a connection (shows ***) | |
| UserName | Ask for the user name, e.g. for a connection | |
| Other | The requested string is none of the default types |