UI_BorderColor Property
Returns/sets the border color (OLE) of controls.
Syntax
UIToolX.UI_BorderColor (ByVal Data As OLE_COLOR)
Example
UIToolX.UI_BorderColor = &H00AE9679
The above example will set the control so that its border will be Blue, not vbBlue, but a custom blue color.
Usage Notes
As with all of the UI Colors setting they are global. If you use the AddControl method and specify a color, it will override this value. If you use the AddControl method and you leave this color parameter blank, the color specified by this property will be used.