Contains popup panel native API. 
- Namespace
 - xtd::forms::native 
 
- Library
 - xtd.forms.native
 
- Warning
 - Internal use only 
 
 
◆ ignore_mouse_messages()
  
  
      
        
          | static void xtd::forms::native::popup_panel::ignore_mouse_messages  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          bool  | 
          value  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets ignore mouse messages. 
- Parameters
 - 
  
    | control | Control popup panel handle.  | 
    | value | If true, the popup panel does not close automatically when the user clicks outside the popup panel; otherwise the popup panel will close automatically.  | 
  
   
- Warning
 - Internal use only 
 
 
 
◆ set_region()
  
  
      
        
          | static void xtd::forms::native::popup_panel::set_region  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          intptr  | 
          region  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets the shape of the popup panel to that depicted by region. 
- Parameters
 - 
  
    | control | Control popup panel handle.  | 
    | region | The region to set shape;  | 
  
   
- Warning
 - Internal use only 
 
 
 
◆ virtual_size()
  
  
      
        
          | static void xtd::forms::native::popup_panel::virtual_size  | 
          ( | 
          intptr  | 
          control,  | 
         
        
           | 
           | 
          const drawing::size &  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprotected   | 
  
 
Sets virtual size. 
- Parameters
 - 
  
  
 
- Warning
 - Internal use only 
 
 
 
The documentation for this class was generated from the following file: