Contains message box native API. 
- Namespace
 - xtd::forms::native 
 
- Library
 - xtd.forms.native
 
- Warning
 - Internal use only 
 
 
◆ show()
Shows dialog. 
- Parameters
 - 
  
    | hwnd | Parent window handle.  | 
    | text | The text to display in the message box.  | 
    | caption | The text to display in the title bar of the message box.  | 
    | options | A bitwise of message box styles.  | 
    | display_help_button | true to show the Help button; otherwise, false.  | 
  
   
- Returns
 - A dialog box ids. 
 
- Warning
 - Internal use only 
 
 
 
◆ show_sheet()
  
  
      
        
          | static void xtd::forms::native::message_box::show_sheet  | 
          ( | 
          xtd::delegate< void(int32)>  | 
          on_dialog_closed,  | 
         
        
           | 
           | 
          intptr  | 
          hwnd,  | 
         
        
           | 
           | 
          const xtd::string &  | 
          text,  | 
         
        
           | 
           | 
          const xtd::string &  | 
          caption,  | 
         
        
           | 
           | 
          uint32  | 
          options,  | 
         
        
           | 
           | 
          bool  | 
          display_help_button  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Shows async dialog as sheet. 
- Parameters
 - 
  
    | on_dialog_closed | a dialog close delegate to call when the dialog is closed.  | 
    | hwnd | Parent window handle.  | 
    | text | The text to display in the message box.  | 
    | caption | The text to display in the title bar of the message box.  | 
    | options | A bitwise of message box styles.  | 
    | display_help_button | true to show the Help button; otherwise, false.  | 
  
   
- Warning
 - Internal use only 
 
 
 
The documentation for this class was generated from the following file: