[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.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum InputRequestKind |
| Visual Basic |
|---|
Public Enumeration InputRequestKind |
| Visual C++ |
|---|
public enum class InputRequestKind |
| F# |
|---|
type InputRequestKind |
| JScript |
|---|
public enum InputRequestKind |
Members
| Member name | Value | Description | |
|---|---|---|---|
| MsgOKCancel | 10 | Shows MessageBox with OK/Cancel buttons | |
| MsgYesNo | 9 | Shows MessageBox with Yes/No buttons | |
| MsgOK | 8 | Shows MessageBox with OK button | |
| URL | 7 | Asks for an URL | |
| TargetDir | 6 | Asks for a local directory (with browse button) | |
| PasswordFirewall | 5 | Password for a firewall | |
| UserNameFirewall | 4 | User name for a firewall | |
| Account | 3 | Ask for an account (needed for some FTP servers) | |
| Pasword | 2 | Ask for a password, e.g. for a connection (shows ***) | |
| UserName | 1 | Ask for the user name, e.g. for a connection | |
| Other | 0 | The requested string is none of the default types | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |