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