|
|
|
|
|
SftMaskCalculator.ForeColor Property |
Defines the calculator window's default text color.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.ForeColor As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->ForeColor;
|
||
|
C |
HRESULT object->get_ForeColor(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.ForeColor = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->ForeColor = Clr;
|
||
|
C |
HRESULT object->put_ForeColor(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftMaskCalculator object.
Clr
Defines the calculator window's default text color.
Comments
The ForeColor property defines the calculator window's default text color.