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