Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxApplication Interface |
For a list of all members of this type, see IMMPxApplication members.
Name | Description | |
---|---|---|
![]() | ActiveControl | This property returns a pointer to the active runtime control. Note that this will change frequently so an implementer should not hold onto a pointer to this control. |
![]() | Connection | This property establishes a connection (and prompts the user to login, if necessary) when it is first accessed or Show( ) is called. |
![]() | ConnectionType | This property uses the mmDatabaseType enumeration to set the connection type. |
![]() | Controls | This property returns an enumeration of loaded controls. |
![]() | Extensions | This property returns an enumeration of loaded extensions. |
![]() | Filters | This property returns an enumeration of loaded filters. |
![]() | Helper | A pointer to the PxApplication Helper Object, which contains several utilities helpful when implementing a custom Process Framework solution. See IMMPxHelper, IMMPxHelper2, and IMMPxHelper3. |
![]() | hParentWnd | Returns a long integer specifying the window handle of the PxApplication's parent window. |
![]() | hWnd | Returns a long integer specifying the window handle of the PxApplication. |
![]() | Login | This property returns the login object for the PxApplication. |
![]() | MenubarTools | This property returns an enumeration of tools that appear in the PxApplication's menu bar. |
![]() | NodeTypes | This property returns an enumeration of node types defined in the Process Framework. |
![]() | Roles | This property reads the roles assigned to the current user. |
![]() | StandAlone | |
![]() | States | This property returns an enumeration of states defined in the process framework. |
![]() | ToolbarTools | This property turns an enumeration of loaded toolbar tools and context menu tools. |
![]() | Transitions | This property returns an enumeration of transitions available to the user given the user's roles and currently selected node. |
![]() | Tree | This property provides a pointer to the List Tree, valid only after the main user interface has been loaded. |
![]() | User | This property reads the user currently logged in (as typed into the login dialog). |
![]() | Users | This property returns an enumeration of users defined in the process framework. |
![]() | Visible | Returns true or false indicating whether the PxApplication's user interface is visible or hidden. |