Gets or sets a second color for filling the caption bar with a gradient.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CaptionFillColor2() As Long |
C++
Copy Code
|
|---|
public: |
An OLE_COLOR value. The default is -1.
RemarksIf this property is set to a value different from -1, the caption bar is filled with a linear gradient. The gradient angle van be set via the CaptionGradientAngle property.
See Also