Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxControl2 Interface |
The following tables list the members exposed by IMMPxControl2.
Name | Description | |
---|---|---|
![]() | Enabled | Determines whether the control is enabled. Returns a true/false value. |
![]() | 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. |
![]() | Terminate | This method allows you to capture an event before moving on to another form. For example, the Workflow Manager uses the Terminate method to ask the user whether or not to apply any changes to one node before moving on to another. |