TOOLBARGRIPPER Element | ToolbarGripper Object
Adds a ToolbarGripper element to a Toolbar.
Syntax
HTML <namespace:TOOLBARGRIPPER ... >
Possible Values
namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.
Members Table
The following table lists the members exposed by the toolbarGripper object.
Attribute Property Description DEFAULTSTYLE Sets or retrieves a value that indicates the default style for the element.
Example
The following example shows how to use the TOOLBARGRIPPER element to add a gripper to a Toolbar.
<HTML xmlns:mytb> <?import namespace="mytb" implementation="toolbar.htc"> <BODY> <mytb:TOOLBAR MOVEMENT="move-dock" STYLE="display:inline" ID="oToolBar" TURNVERTICALCONTENT="true"> <mytb:TOOLBARGRIPPER /> <mytb:TOOLBARLABEL TEXT="Place cursor over the gripper to the left and drag the toolbar."/> </mytb:TOOLBAR> </BODY> </HTML>
Code example: https://samples.msdn.microsoft.com/workshop/samples/webcontrols/toolbar/toolbarGripper.htm
Applies To
TOOLBAR
See Also