Determines whether or not a small gripper is rendered in the center of the bar.

Usage

Set_Property(OLECtrlEntID, "OLE.ShowGripper", Boolean)

Values

[True | False]

Default: False

Remarks

The ShowGripper property allows you to add affordance to your splitter by displaying a gripper. The gripper has no other effect on the splitter; it is merely a visual aid. The gripper appears as one or more ridges and uses alpha blending to ensure the gripper can be easily seen on any custom Background.

Example

// Turn on the gripper 
Set_Property(@Window:".OLE_SPLITTER", "OLE.ShowGripper", 1)
  • No labels