Include Protected Members
Include Inherited Members
Extends the functionality of the IVsUIShell interface by providing access to additional window functionalities.
The IVsUIShell2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateGlyphImageButton | Creates a mixed image/text button using the specified glyph as the image. | 
| .gif) | CreateGradient | Returns an IVsGradient object on which to draw a gradient of a specified type. | 
| .gif) | CreateIconImageButton | Creates a mixed image/text button using the specified icon as the image. | 
| .gif) | GetDirectoryViaBrowseDlgEx | Brings up the Browse dialog box to obtain a directory name (possibly in a namespace extension). | 
| .gif) | GetOpenFileNameViaDlgEx | Brings up the File Open dialog box to obtain a specified open file. | 
| .gif) | GetSaveFileNameViaDlgEx | Brings up the Save As dialog box to obtain a save file name. | 
| .gif) | GetVSCursor | Returns a handle to a cursor of a specified cursor type. | 
| .gif) | GetVSSysColorEx | Returns the RGB settings for the specified system color used by the environment. | 
| .gif) | IsAutoRecoverSavingCheckpoints | Indicates whether unsaved documents are currently being auto-saved. | 
| .gif) | SaveItemsViaDlg | Handles the saving of one or more documents through the Save changes to following items dialog box. | 
| .gif) | VsDialogBoxParam | Loads and displays the specified dialog template using the specified dialog callback procedure. | 
Top