<palettes>
<buttonPalette id="SettingsPalette" caption="Settings" dropDown="true" menuStyle="true" showItemCaption="true" keyTip="PS" smallImage="CogWheel16" largeImage="CogWheel32" >
<button refID="SettingsForTool1Button" />
<button refID="SettingsForTool2Button" />
</buttonPalette>
</palettes>
Solved! Go to Solution.
The Bookmark control is a Gallery control. Pro's "Ready To Use Tools" control on the Analysis tab is also a gallery.
The Pro SDK Item template for Gallery will get you started with this.
The Bookmark control is a Gallery control. Pro's "Ready To Use Tools" control on the Analysis tab is also a gallery.
The Pro SDK Item template for Gallery will get you started with this.
Thanks!