|
|
|
SftMaskCalendar.OtherForeColor Property |
Defines the calendar window's foreground color used for non-current months.
Syntax
VB.NET |
|||
VB |
Clr = object.OtherForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->OtherForeColor;
|
||
C |
HRESULT object->get_OtherForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.OtherForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->OtherForeColor = Clr;
|
||
C |
HRESULT object->put_OtherForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftMaskCalendar object.
Clr
Defines the calendar window's foreground color used for non-current months.
Comments
The OtherForeColor property defines the calendar window's foreground color used for non-current months.