ShowGripper Property
Description
Hides or shows the toolbar gripper.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ShowGripper() As Boolean
Remarks
By default, a toolbar will display a gripper that indicates it can be "gripped" and moved by the user. The gripper is cosmetic only; removing the gripper will not disable movement of the toolbar. ShowGripper can also be used to determine if the gripper is currently visible.
The ModifyStyle method can also be used to show or hide the gripper using the XTP_CBRS_GRIPPER flag.

Note: To modify where the toolbar can be docked, you need to use the EnableDocking method to specify where a toolbar can be docked.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.