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
titledescriptionms.datems.topichelpviewer_keywordsauthorms.authormanagerms.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

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.

Example

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

See also

close