Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Code Block
// 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")

...

See Also

Background