Share via


ToolWindowGuids80.VCColorPalette Field

This tool window displays a list of colors that can be used when editing an image.

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

Syntax

'Declaration
Public Const VCColorPalette As String
'Usage
Dim value As String 

value = ToolWindowGuids80.VCColorPalette
public const string VCColorPalette
public:
literal String^ VCColorPalette
public const var VCColorPalette : String

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidVCColorPalette { 0x5B6781C0, 0xE99D, 0x11D0, { 0x99, 0x54, 0x00, 0xA0, 0xC9, 0x1B, 0xC8, 0xE5 } }

This tool window is typically available by selecting Show Color Window from the Image menu (which is available only when an image is loaded in the image editor).

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace