 
            | Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxControl Interface | 
The following tables list the members exposed by IMMPxControl.
| Name | Description | |
|---|---|---|
|  | Enabled | Determines whether the control is enabled. | 
|  | hWnd | Sets this value equal to the hWnd property of the custom control's form. | 
|  | IsInitialized | Checks to see whether the control has been initialized. Returns a true/false value. | 
|  | Name | Use this property to assign a name to the control. | 
|  | Node | The Process Framework passes in the current node to this property. Use this property to set a reference to the node so the control can use it to view or modify the database record represented by the node. | 
|  | StateComplete | This property is not currently used. | 
|  | Visible | Returns a true/false value indicating whether the form is visible. | 
| Name | Description | |
|---|---|---|
|  | Initialize | Allows a reference to the Process Framework application to be established. vInitData is an IMMPxApplication. |