Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxFilter Interface |
For a list of all members of this type, see IMMPxFilter members.
Name | Description | |
---|---|---|
![]() | Execute | This method is called when the filter's button is clicked by the user. The code should return an IMMDynamicList object. The code in the Execute method should follow these steps:
|
![]() | FilterProgID | Use this method to set the ProgID for the filter. This allows the filter to be loaded with the extension. |
![]() | Initialize | This method is called when the filter is loaded into the Process Framework UI. It passes a reference to the PxApplication. |