Toolbar
A toolbar that is added to an object detail form.
Example
<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>
Attributes
ValidForCreate
Specifies whether the toolbar should be shown in the detail form window when an object is being created.
ValidForUpdate
Specifies whether the toolbar should be shown in the detail form window when an object is being updated.
Element Information
© 2003 Microsoft Corporation. All rights reserved.