IVsWindowFrame5 Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

NameDescription
System_CAPS_pubpropertyDisplayedIconImageMoniker

Gets the ImageMoniker for the icon being displayed for the WindowFrame.

System_CAPS_pubpropertyIconImageMoniker

Gets or sets the ImageMoniker, which allows you to set the icon of a WindowFrame. Getting this property returns whatever this property was set to directly. Because there are other ways to set the icon, and this value can get overridden, if you want the ImageMoniker for the icon that is actually being displayed on the frame, use DisplayedIconImageMoniker.

Return to top
Show: