Represents a dialog box that displays busy box.
Windows | macOS | Gnome | |
---|---|---|---|
Light | | | |
Dark | | | |
Public Static Methods | |
static void | hide () |
Hides a busy box in front. | |
static void | show (const iwin32_window &owner) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::string &text) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const iwin32_window &owner, const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color, float opacity) |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon. | |
static void | show () |
Displays a busy box. | |
static void | show (const xtd::string &text) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::string &text, const xtd::string &caption) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
static void | show (const xtd::string &text, const xtd::string &caption, const xtd::drawing::icon &icon, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color, float opacity) |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon. | |
|
static |
Hides a busy box in front.
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
|
static |
Displays a busy box in front of the specified window. The busy box displays a message, title bar caption, button, and icon.
owner | A iwin32_window that represents the owner window of the busy box. |
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
opacity | A float that represents the opacity of the busy box. (0: full opacity and 1.0 no full opacity) |
|
static |
Displays a busy box.
|
static |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
|
static |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
|
static |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
|
static |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
|
static |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
|
static |
Displays a busy box. The busy box displays a message, title bar caption, button, and icon.
text | A string that specifies the text to display. |
caption | A string that specifies the title bar caption to display. |
icon | An icon value that specifies the icon to display. |
back_color | A color that represents the background color of the busy box. |
fore_color | A color that represents the background color of the busy box. |
opacity | A float that represents the opacity of the busy box. (0: full opacity and 1.0 no opacity). The lower the value, the more transparent. |