WX5.UI.ChooseBox Class Reference

ChooseBox allows to show 1,2,3 button boxes. More...

List of all members.

Static Public Member Functions

static int viewDlgAs1 (string _msg, string _caption1)
 Displays the one-button box.
static int viewDlgAs1 (string _msg, string _title, string _caption1)
 Displays the one-button box.
static int viewDlgAs2 (string _msg, string _caption1, string _caption2)
 Displays the two-button box.
static int viewDlgAs2 (string _msg, string _title, string _caption1, string _caption2)
 Displays the two-button box.
static int viewDlgAs3 (string _msg, string _caption1, string _caption2, string _caption3)
 Displays the 3-button box.
static int viewDlgAs3 (string _msg, string _title, string _caption1, string _caption2, string _caption3)
 Displays the 3-button box.

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Detailed Description

ChooseBox allows to show 1,2,3 button boxes.


Member Function Documentation

override void WX5.UI.ChooseBox.Dispose ( bool  disposing  )  [protected]

Clean up any resources being used.

static int WX5.UI.ChooseBox.viewDlgAs1 ( string  _msg,
string  _title,
string  _caption1 
) [static]

Displays the one-button box.

Parameters:
_msg box message
_title box caption
_caption1 button caption
Returns:
2
static int WX5.UI.ChooseBox.viewDlgAs1 ( string  _msg,
string  _caption1 
) [static]

Displays the one-button box.

Parameters:
_msg box message
_caption1 button caption
Returns:
2
static int WX5.UI.ChooseBox.viewDlgAs2 ( string  _msg,
string  _title,
string  _caption1,
string  _caption2 
) [static]

Displays the two-button box.

Parameters:
_msg box message
_title box caption
_caption1 button 1 caption
_caption2 button 2 caption
Returns:
1 if button 1 clicked, or 3 if button 2 clicked
static int WX5.UI.ChooseBox.viewDlgAs2 ( string  _msg,
string  _caption1,
string  _caption2 
) [static]

Displays the two-button box.

Parameters:
_msg box message
_caption1 button 1 caption
_caption2 button 2 caption
Returns:
1 if button 1 clicked, or 3 if button 2 clicked
static int WX5.UI.ChooseBox.viewDlgAs3 ( string  _msg,
string  _title,
string  _caption1,
string  _caption2,
string  _caption3 
) [static]

Displays the 3-button box.

Parameters:
_msg box message
_title box caption
_caption1 button 1 caption
_caption2 button 2 caption
_caption3 button 3 caption
Returns:
1 if button1 clicked, 2 if button2 clicked, 3 if button3 clicked
static int WX5.UI.ChooseBox.viewDlgAs3 ( string  _msg,
string  _caption1,
string  _caption2,
string  _caption3 
) [static]

Displays the 3-button box.

Parameters:
_msg box message
_caption1 button 1 caption
_caption2 button 2 caption
_caption3 button 3 caption
Returns:
1 if button1 clicked, 2 if button2 clicked, 3 if button3 clicked
Generated on Wed Jun 2 01:15:48 2010 for WX Library 5.0 documentation by  doxygen 1.6.3