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




title
Window title.
caption
Explanatory text shown at top of window.
findText
Initial text to populate edit box with.
findCallback
Method to call when Find button is clicked.
startPosition
An integer passed to FindProc, used to provide context for a search operation.

Glossary Item Box

Initializes a new instance of the InputBox class to act as a search interface.

Syntax

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

Parameters

title
Window title.
caption
Explanatory text shown at top of window.
findText
Initial text to populate edit box with.
findCallback
Method to call when Find button is clicked.
startPosition
An integer passed to FindProc, used to provide context for a search operation.

Return Value

The new instance of InputBox class.

Remarks

When this constructor is used, a Find button is shown instead of an OK button. When the Find button is clicked, the given FindProc method is called and the window is not closed.

See Also

©2013. Accusoft Corporation. All Rights Reserved.