Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.67 KB

bitmaps-element.md

File metadata and controls

61 lines (48 loc) · 1.67 KB
title description ms.date ms.topic helpviewer_keywords author ms.author manager ms.subservice
Bitmaps Element
The Bitmaps element groups one or more Bitmap elements. This article contains an example of the Bitmaps element.
11/04/2016
reference
VSCT XML schema elements, Bitmaps
Bitmaps element (VSCT XML schema)
maiak
maiak
mijacobs
extensibility-integration

Bitmaps element

Groups Bitmap element elements.

Syntax

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

Attributes and elements

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

Attributes

Attribute Description
Condition Optional. See Conditional attributes.

Child elements

Element Description
Bitmaps element Groups Bitmap elements.
Bitmap element Defines a bitmap.

Parent elements

Element Description
Commands element Represents the collection of commands on the VSPackage toolbar.

Example

<Bitmaps>
  <Bitmap guid="guidWidgetIcons" href="WidgetToolbarIcons_32.bmp" />
  <Bitmap guid="guidWidgetIcons2" resID="IDBMP_WIDGETICONS"
    usedList="1, 2, 3, 4"/>
</Bitmaps>

See also