ImageGear for .NET
InputBox Constructor(String,String,String,Boolean)
See Also  Send Feedback
ImageGear21.Art.Forms Assembly > ImageGear.ART.Forms Namespace > InputBox Class > InputBox Constructor : InputBox Constructor(String,String,String,Boolean)




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.

Glossary Item Box

Initializes a new instance of the InputBox class to allow the user to input a string.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.