IOleComponentUIManager Members
Include Protected Members
Include Inherited Members
The IOleComponentUIManager interface gives in-place VSPackage objects access to a variety of user interface functionality supplied by the environment such as message display, context menus, and the status bar.
The IOleComponentUIManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Deleted1 | Reserved for future use. Do not use. | |
Deleted2 | Reserved for future use. Do not use. | |
OnUIEvent | Informs the SOleComponentUIManager service of a UI event. | |
OnUIEventProgress | Requests the display of a progress indicator during a long-term operation. | |
SetStatus | Specifies the status text message for the environment's status bar. | |
ShowContextMenu | Requests the display of a context menu. | |
ShowHelp | Requests the display of Help information. | |
ShowMessage | Requests the display of a modal message. |
Top