ImageGear21.Art.Forms Assembly > ImageGear.ART.Forms Namespace : InputBox Class |
'Declaration Public Class InputBox Inherits System.Windows.Forms.Form
'Usage Dim instance As InputBox
public class InputBox : System.Windows.Forms.Form
public __gc class InputBox : public System.Windows.Forms.Form
public ref class InputBox : public System.Windows.Forms.Form
It can also provide a search interface if the appropriate constructor used. In this case, 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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
ImageGear.ART.Forms.InputBox