[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.TotalCommanderT
Assembly: 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 nameValueDescription
MsgOKCancel10Shows MessageBox with OK/Cancel buttons
MsgYesNo9Shows MessageBox with Yes/No buttons
MsgOK8Shows MessageBox with OK button
URL7Asks for an URL
TargetDir6Asks for a local directory (with browse button)
PasswordFirewall5Password for a firewall
UserNameFirewall4User name for a firewall
Account3Ask for an account (needed for some FTP servers)
Pasword2Ask for a password, e.g. for a connection (shows ***)
UserName1Ask for the user name, e.g. for a connection
Other0The requested string is none of the default types
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also