ImageGear21.Art.Forms Assembly > ImageGear.ART.Forms Namespace > InputBox Class > InputBox Constructor : InputBox Constructor(String,String,String,FindProc,Int32) |
'Declaration Public Function New( _ ByVal title As String, _ ByVal caption As String, _ ByVal findText As String, _ ByVal findCallback As InputBox.FindProc, _ ByVal startPosition As Integer _ )
'Usage Dim title As String Dim caption As String Dim findText As String Dim findCallback As InputBox.FindProc Dim startPosition As Integer Dim instance As New InputBox(title, caption, findText, findCallback, startPosition)
public InputBox( string title, string caption, string findText, InputBox.FindProc findCallback, int startPosition )
public: InputBox( string* title, string* caption, string* findText, InputBox.FindProc* findCallback, int startPosition )
public: InputBox( String^ title, String^ caption, String^ findText, InputBox.FindProc^ findCallback, int startPosition )