The color used to draw resize gripper.
Usage
Set_Property(OLECtrlEntID, "OLE.ResizeColor", Color)
Values
Color can be any Color value.
Remarks
If AllowXPTheme is turned off, then you can use this property to set the color used to draw the resize gripper to any valid Color.
Example
// Use custom colors Set_Property(@Window:".OLE_STATUSBAR", "OLE.AllowXPTheme", 0) Set_Property(@Window:".OLE_STATUSBAR", "OLE.Background", "Blue") Set_Property(@Window:".OLE_STATUSBAR", "OLE.ResizeGripper", "White")