Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Util.Forms.InputBox

  • Assembly: RT.Util, Version=1.0.0.9999, Culture=neutral, PublicKeyToken=null
  • Namespace: RT.Util.Forms
  • Show inherited types...
  • Show implemented interfaces...

Summary

Provides a simple dialog containing a single-line text box, prompting the user to input some text.

Constructors

Initialises a new InputBox instance.

Static methods

string
GetLine(string prompt, string default = "", string caption = "Please enter text", string okButtonText = null, string cancelButtonText = null, bool useMultilineBox = false)
Prompts the user for input.