IVsWindowFrame5::IconImageMoniker Property

Visual Studio 2015
 

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.

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

[DispIdAttribute(1610678272)]
[ComAliasNameAttribute("ImageParameters140.ImageMoniker")]
property ImageMoniker IconImageMoniker {
	ImageMoniker get();
	void set(ImageMoniker value);
}

Property Value

Type: Microsoft.VisualStudio.Imaging.Interop::ImageMoniker

The ImageMoniker.

Return to top
Show: