IOleInPlaceComponent Members
Include Protected Members
Include Inherited Members
Allows in-place VSPackage objects to operate as a fully integrated component of the environment by using the SOleComponentUIManager service.
The IOleInPlaceComponent type exposes the following members.
Methods
Name | Description | |
---|---|---|
FDoIdle | Queries an in-place VSPackage about its need to perform idle time tasks. | |
FQueryClose | Queries an in-place VSPackage object to determine whether or not the object can terminate. | |
GetCntrContextMenu | Allows an in-place VSPackage object assuming the role of main component to override the context menu requested by an object assuming the subcomponent or component control role. | |
GetCntrHelp | Allows an in-place VSPackage object assuming the main component role to override the help topic requested by an object assuming the subcomponent or component control role. | |
GetCntrMessage | Allows an in-place VSPackage object assuming the main component role to override a message belonging to an object assuming the subcomponent or component control role. | |
OnEnterState | Informs an in-place VSPackage object that the environment has entered or left a state. | |
OnWindowActivate | Informs an in-place VSPackage object of important window activation events. | |
TranslateCntrAccelerator | Requests that an in-place VSPackage object translate a command accelerator. | |
UseComponentUIManager | Informs an in-place object of its role in the environment, providing pointers to the IOleComponentUIManager and IOleInPlaceComponentSite interfaces. |
Top