xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::busy_dialog Class Referencefinal
Inheritance diagram for xtd::forms::native::busy_dialog:
xtd::static_object

Definition

Contains busy dialog native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

static intptr create (intptr hwnd, const xtd::drawing::icon &icon, const xtd::string &text, const xtd::string &description, const xtd::drawing::color &back_color, const xtd::drawing::color &fore_color, double opacity)
 Creates and shows busy dialog.
 
static void destroy (intptr dialog)
 Destroys busy dialog.
 

Member Function Documentation

◆ create()

static intptr xtd::forms::native::busy_dialog::create ( intptr  hwnd,
const xtd::drawing::icon icon,
const xtd::string text,
const xtd::string description,
const xtd::drawing::color back_color,
const xtd::drawing::color fore_color,
double  opacity 
)
staticprotected

Creates and shows busy dialog.

Parameters
hwndParent window handle.
iconAn icon value that specifies the icon to display.
textA string that specifies the title bar caption to display.
descriptionA string that specifies the text to display.
back_colorA color that represents the background color of the busy box.
fore_colorA color that represents the background color of the busy box.
opacityA float that represents the opacity of the busy box. (0: full opacity and 1.0 no opacity). The lower the value, the more transparent.
Returns
The created and shown busy dialog window handle.
Warning
Internal use only

◆ destroy()

static void xtd::forms::native::busy_dialog::destroy ( intptr  dialog)
staticprotected

Destroys busy dialog.

Parameters
dialogBusy dialog window handle to destroy.
Warning
Internal use only

The documentation for this class was generated from the following file: