'Declaration Public Function New( _ ByVal title As String, _ ByVal caption As String, _ ByVal text As String, _ ByVal isPassword As Boolean _ )
Parameters
- title
- Window title.
- caption
- Explanatory text shown at top of window.
- text
- Initial text to populate edit box with.
- isPassword
- If true, the edit box is used to enter a password with its contents obscured during text entry.
Return Value
The new instance of InputBox class.