Bitmaps Element

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Bitmaps Element.

Groups Bitmap Element elements.

<Bitmaps>  
  <Bitmap>... </Bitmap>  
  <Bitmap>... </Bitmap>  
</Bitmaps>  

The following sections describe attributes, child elements, and parent elements.

Attributes

AttributeDescription
ConditionOptional. See Conditional Attributes.

Child Elements

ElementDescription
Bitmaps ElementGroups Bitmap elements.
Bitmap ElementDefines a bitmap.

Parent Elements

ElementDescription
Commands ElementRepresents the collection of commands on the VSPackage toolbar.
<Bitmaps>  
  <Bitmap guid="guidWidgetIcons" href="WidgetToolbarIcons_32.bmp" />  
  <Bitmap guid="guidWidgetIcons2" resID="IDBMP_WIDGETICONS"  
    usedList="1, 2, 3, 4"/>  
</Bitmaps>  

How VSPackages Add User Interface Elements
Commands, Menus, and Toolbars

Show: