Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
InternalShow | string | ||
KryptonInputBox | System | ||
UpdateButtonSizing | |||
UpdateButtons | void | ||
UpdatePromptSizing | |||
UpdateResponseSizing | |||
UpdateSizing | void | ||
UpdateText | void | ||
button_keyDown | void |
Method | Description | |
---|---|---|
Show ( IWin32Window owner, string prompt ) : string |
Displays an input box in front of the specified object and with the provided prompt.
|
|
Show ( IWin32Window owner, string prompt, string caption ) : string |
Displays an input box in front of the specified object and with the provided prompt and caption.
|
|
Show ( IWin32Window owner, string prompt, string caption, string defaultResponse ) : string |
DDisplays an input box in front of the specified object and with the provided prompt and caption and defaulted response string.
|
|
Show ( string prompt ) : string |
Displays an input box with the provided prompt.
|
|
Show ( string prompt, string caption ) : string |
Displays an input box with provided prompt and caption.
|
|
Show ( string prompt, string caption, string defaultResponse ) : string |
Displays an input box with provided prompt and caption and defaulted response string.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
InternalShow ( IWin32Window owner, string prompt, string caption, string defaultResponse ) : string | ||
KryptonInputBox ( string prompt, string caption, string defaultResposne ) : System | ||
UpdateButtonSizing ( ) : |
||
UpdateButtons ( ) : void | ||
UpdatePromptSizing ( ) : |
||
UpdateResponseSizing ( ) : |
||
UpdateSizing ( ) : void | ||
UpdateText ( ) : void | ||
button_keyDown ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static Show ( IWin32Window owner, string prompt ) : string | ||
owner | IWin32Window | Owner of the modal dialog box. |
prompt | string | The text to display as an input prompt. |
return | string |
public static Show ( IWin32Window owner, string prompt, string caption ) : string | ||
owner | IWin32Window | Owner of the modal dialog box. |
prompt | string | The text to display as an input prompt. |
caption | string | The text to display in the title bar of the input box. |
return | string |
public static Show ( IWin32Window owner, string prompt, string caption, string defaultResponse ) : string | ||
owner | IWin32Window | Owner of the modal dialog box. |
prompt | string | The text to display as an input prompt. |
caption | string | The text to display in the title bar of the input box. |
defaultResponse | string | Default response text.. |
return | string |
public static Show ( string prompt ) : string | ||
prompt | string | The text to display as an input prompt. |
return | string |
public static Show ( string prompt, string caption ) : string | ||
prompt | string | The text to display as an input prompt. |
caption | string | The text to display in the title bar of the input box. |
return | string |
public static Show ( string prompt, string caption, string defaultResponse ) : string | ||
prompt | string | The text to display as an input prompt. |
caption | string | The text to display in the title bar of the input box. |
defaultResponse | string | Default response text.. |
return | string |