Defines a container in the UI.
Declaration Syntax
public interface IContainer
Table 1831: Members
| 
                 Property  | LastMouseX | 
                 Get the x position of the mouse. Retrieved from the last callbacks called.  | 
| 
                 Property  | LastMouseY | 
                 Get the y position of the mouse. Retrieved from the last callbacks called.  | 
| 
                 Property  | Name | 
                 No details are provided for this entry.  | 
| 
                 Property  | Renderer | 
                 Gets the associated renderer.  | 
| 
                 Method  | Hide() | 
                 Hides the container.  | 
| 
                 Method  | LocalToGlobal(int, int, out Int32, out Int32) | 
                 Converts relative coordionates to global coordinates.  | 
| 
                 Method  | ShowPanel(IPanel) | 
                 Shows the container.  |