WX5.UI.InputBox Class Reference
Allows to show the message box with string input field.
More...
List of all members.
Static Public Member Functions |
static bool | viewDlg (string _msg, ref string _value) |
| Simple input box.
|
static bool | viewDlg (string _msg, string _title, ref string _value) |
| Simple input box.
|
static bool | viewPwdDlg (string _msg, ref string _value, char _pass) |
| Password input box.
|
static bool | viewPwdDlg (string _msg, ref string _value) |
| Password input box.
|
static bool | viewPwdDlg (string _msg, string _title, ref string _value) |
| Password input box.
|
Protected Member Functions |
override void | Dispose (bool disposing) |
| Clean up any resources being used.
|
Detailed Description
Allows to show the message box with string input field.
Member Function Documentation
override void WX5.UI.InputBox.Dispose |
( |
bool |
disposing |
) |
[protected] |
Clean up any resources being used.
static bool WX5.UI.InputBox.viewDlg |
( |
string |
_msg, |
|
|
string |
_title, |
|
|
ref string |
_value | |
|
) |
| | [static] |
Simple input box.
- Parameters:
-
| _msg | box message |
| _title | box caption |
| _value | input value (acts in/out) |
- Returns:
- True, if user clicked OK button
static bool WX5.UI.InputBox.viewDlg |
( |
string |
_msg, |
|
|
ref string |
_value | |
|
) |
| | [static] |
Simple input box.
- Parameters:
-
| _msg | box message |
| _value | input value (acts in/out) |
- Returns:
- True, if user clicked OK button
static bool WX5.UI.InputBox.viewPwdDlg |
( |
string |
_msg, |
|
|
string |
_title, |
|
|
ref string |
_value | |
|
) |
| | [static] |
Password input box.
- Parameters:
-
| _msg | box message |
| _title | box caption |
| _value | input password (acts in/out) |
- Returns:
- True, if user clicked OK button
static bool WX5.UI.InputBox.viewPwdDlg |
( |
string |
_msg, |
|
|
ref string |
_value | |
|
) |
| | [static] |
Password input box.
- Parameters:
-
| _msg | box message |
| _value | input password (acts in/out) |
- Returns:
- True, if user clicked OK button
static bool WX5.UI.InputBox.viewPwdDlg |
( |
string |
_msg, |
|
|
ref string |
_value, |
|
|
char |
_pass | |
|
) |
| | [static] |
Password input box.
- Parameters:
-
| _msg | box message |
| _value | input password (acts in/out) |
| _pass | password char |
- Returns:
- True, if user clicked OK button