IOleInPlaceComponentUIManager Members
Include Protected Members
Include Inherited Members
Enables the menus, toolbars, and commands of existing VSPackage objects to be integrated into and managed by the environment's SOleComponentUIManager service.
The IOleInPlaceComponentUIManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
FContinueIdle | Queries the environment to determine if an in-place active object can continue idle time processing. | |
FOnUIComponentExitState | Queries the environment to determine if an in-place VSPackage object remains in a particular state. | |
FUIComponentInState | Queries the environment to determine if a particular state is still in effect. | |
OnUIComponentEnterState | Informs the environment that an in-place VSPackage object has entered a new state. | |
SetActiveUI | Allows a UI active VSPackage object to change the menus, toolbars, or commands that are displayed on its behalf by the environment. | |
UIActivateForMe | Requests that the SOleComponentUIManager service participate in the activation or deactivation of an in-place VSPackage object. | |
UpdateUI | Informs the environment that the state of an in-place VSPackage object's visible user interface has changed. |
Top