Edit

com:ToolboxBitmap32

Identifies the module name and resource ID for a 16 x 16 bitmap to use for the face of a toolbar or toolbox button.

Element hierarchy

<Package>
   └─ <Extensions>
      └─ <com:Extension>
         └─ <com:ComServer>
            └─ <com:ExeServer>
               └─ <com:Class>
                  └─ <com:ToolboxBitmap32>
            └─ <com:SurrogateServer>
               └─ <com:Class>
                  └─ <com:ToolboxBitmap32>
   └─ <Applications>
      └─ <Application>
         └─ <Extensions>
            └─ <com:Extension>
               └─ <com:ComServer>
                  └─ <com:ExeServer>
                     └─ <com:Class>
                        └─ <com:ToolboxBitmap32>
                  └─ <com:SurrogateServer>
                     └─ <com:Class>
                        └─ <com:ToolboxBitmap32>

Syntax

<com:ToolboxBitmap32
  Path = 'A required string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
  ResourceId = 'An optional positive integer.' />

Attributes

Attribute Description Data type Required Default value
Path The path to the bitmap. A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. Yes
ResourceId The resource ID of the bitmap. An optional positive integer. No

Child elements

None.

Parent elements

Parent element Description
com:Class Defines an ExeServer class registration.
com:Class Defines a SurrogateServer class registration.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
Minimum OS Version Windows 10 version 1703 (Build 15063)

Remarks

Examples