|
|
|
|
|
SftMaskCaption.BackColor Property |
Defines the caption's background color.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.BackColor As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->BackColor;
|
||
|
C |
HRESULT object->get_BackColor(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.BackColor = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->BackColor = Clr;
|
||
|
C |
HRESULT object->put_BackColor(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftMaskCaption object.
Clr
Defines the caption's background color.
Comments
The BackColor property defines the caption's background color.
If the caption is defined as transparent (see Caption.Transparent), the defined background color is ignored.