|
|
|
SftMaskCalculator.TotalBackColor Property |
Defines the background color of the current total in the calculator window.
Syntax
VB.NET |
|||
VB |
Clr = object.TotalBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->TotalBackColor;
|
||
C |
HRESULT object->get_TotalBackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.TotalBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->TotalBackColor = Clr;
|
||
C |
HRESULT object->put_TotalBackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftMaskCalculator object.
Clr
Defines the background color of the current total in the calculator window.
Comments
The TotalBackColor property defines the background color of the current total in the calculator window.