Contains busy dialog native API. 
- Namespace
 - xtd::forms::native 
 
- Library
 - xtd.forms.native
 
- Warning
 - Internal use only 
 
 
◆ create()
Creates and shows busy dialog. 
- Parameters
 - 
  
    | hwnd | Parent window handle.  | 
    | icon | An icon value that specifies the icon to display.  | 
    | text | A string that specifies the title bar caption to display.  | 
    | description | A string that specifies the text 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.  | 
  
   
- 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
 - 
  
    | dialog | Busy dialog window handle to destroy.  | 
  
   
- Warning
 - Internal use only 
 
 
 
The documentation for this class was generated from the following file: