A toolbar that is added to an object detail form.
<ToolBar ValidForCreate="0" ValidForUpdate="1">
<Button Title="Test" ToolTip="Info on Test"
Icon="/_imgs/ico_18_debug.gif"
Url="http://www.microsoft.com"
PassParams="1" WinParams="" WinMode="0"/>
<ToolBarSpacer/>
<Button Title="Test" ToolTip="Info on Test"
Icon="/_imgs/ico_18_debug.gif"
Url="http://www.microsoft.com"
PassParams="1" WinParams="" WinMode="1"/>
</ToolBar>
Specifies whether the toolbar should be shown in the detail form window when an object is being created.
Specifies whether the toolbar should be shown in the detail form window when an object is being updated.