PropertyContainer Constructor
Overloads
| PropertyContainer(Int32, String) | Create a C# representation of a qix object with properties and layout functionality. | 
PropertyContainer(Int32, String)
Create a C# representation of a qix object with properties and layout functionality.
Declaration
      protected PropertyContainer(int handle, string type)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | handle | The qix handle of the object. | 
| System.String | type | The qix type of the object. |