BorderColor
Specifies the Border color of the PDF form field. Use this property to set the Border color of the form field.
Syntax
[VC++]
unsigned long GetBorderColor();
void SetBorderColor(unsigned long newValue);
[C#]
public abstract new uint BorderColor [ get, set ]
[VB]
Property BorderColor As OLE_COLOR
Default Value
clWhite