Function InputBox.this

this(
  UIString caption,
  UIString message,
  Window parentWindow,
  dstring initialText,
  void delegate(dstring) handler
);