
Originally Posted by
vanesch
Hi. Adding the subtype attribute manually to the xml should make this work. Note, the subtype attribute is missing from the schema at 10.0 but it is honored, I'll see about getting this fixed in sp2.
<Toolbar id="Steve" caption="Steve" showInitially="true">
<Items>
<Button refID="esriArcMapUI.ClearSelectionCommand" />
<Button refID="esriArcMapUI.SelectAllCommand" />
<!--File_AddData Command; refID can be GUID"-->
<Button refID="{E1F29C6B-4E6B-11D2-AE2C-080009EC732A}" subtype="1" />
<!--Edit_Undo Command; refID can be GUID"-->
<Button refID="{FBF8C3FB-0480-11D2-8D21-080009EE4E51}" subtype="1" />
<!--Edit_Redo Command; refID can be GUID"-->
<Button refID="{FBF8C3FB-0480-11D2-8D21-080009EE4E51}" subtype="1" />
<!--File_Save Command; refID can be GUID"-->
<Button refID="{119591DB-0255-11D2-8D20-080009EE4E51}" subtype="1" />
</Items>
</Toolbar>
</Toolbars>
Bookmarks