Click or drag to resize

KryptonInputBoxShow Method

Overload List
  NameDescription
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Public methodShow(IWin32Window)
Shows the form with the specified owner to the user.
(Inherited from Form.)
Public methodStatic memberShow(String)
Displays an input box with the provided prompt.
Public methodStatic memberShow(String, String)
Displays an input box with provided prompt and caption.
Public methodStatic memberShow(IWin32Window, String)
Displays an input box in front of the specified object and with the provided prompt.
Public methodStatic memberShow(String, String, String)
Displays an input box with provided prompt and caption and defaulted response string.
Public methodStatic memberShow(IWin32Window, String, String)
Displays an input box in front of the specified object and with the provided prompt and caption.
Public methodStatic memberShow(IWin32Window, String, String, String)
DDisplays an input box in front of the specified object and with the provided prompt and caption and defaulted response string.
Top
See Also