Border Color

Border Color

BorderColor is a sandbox setting in Sandboxie Ini. It controls whether Sandboxie displays a colored border around the active foreground window, if that windows belongs to a sandboxed application.

Usage:

   .
   .
   .
   [DefaultBox]
   BorderColor=#00FFFF,ttl,6
   BorderColor=#00FFFF,off,6
   BorderColor=#00FFFF,on,6

Its default value is "#00FFFF,ttl,6". The number represents the default pixel width of the drawn border and can be omitted.

Sandboxie doesn't draw the border if BorderColor ends with ",off,6", while in previous versions it was ",n".

The color is specified in HTML-like RGB color notation:

  • The hash mark prefixes a hexadecimal (base-16) number that is exactly 6-digits long.
  • The first two hex digits denote the red component of the color.
  • The next two hex digits denote the green component of the color.
  • The last two hex digits denote the blue component of the color.

The border will not be drawn when Sandboxie Control is not running.

Related Sandboxie Control setting: Sandbox Settings > Appearance