Versions Compared

Key

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

...

Code Block
Set_Property(OLECtrlEntID, "OLE.SelectBorderColor", Color)

Values

Color can be any Color value.

Default: "Select" System Color

...

Code Block
// Set the border to bright yellow 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.SelectBorderColor", "RGB{255, 255, 0}" ) 

// Turn off the select border 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.SelectBorderColor", "None" )

See Also

ConflictColor