The border color of selected appointments.
Usage
Set_Property(OLECtrlEntID, "OLE.SelectBorderColor", Color)
Values
Color can be any Color value.
Default: "Select" System Color
Remarks
The SelectBorderColor is the color used to render the borders of the selected appointment. This thick border should be set to a color that helps the appointment stand out. If you do not want this border to appear, you may set this property to "None".
Example
// 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" )