|
|
|
|
|
SftMaskCalendar.MonthForeColor Property |
Defines the calendar window's foreground color used within the month display.
Syntax
|
VB.NET |
|||
|
VB |
Clr = object.MonthForeColor As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR Clr = object->MonthForeColor;
|
||
|
C |
HRESULT object->get_MonthForeColor(OLE_COLOR* Clr); |
||
|
Delphi |
|||
|
VB.NET |
|||
|
VB |
object.MonthForeColor = Clr As OLE_COLOR |
||
|
C#.NET |
|||
|
VC++ |
OLE_COLOR object->MonthForeColor = Clr;
|
||
|
C |
HRESULT object->put_MonthForeColor(OLE_COLOR Clr); |
||
|
Delphi |
|||
object
A SftMaskCalendar object.
Clr
Defines the calendar window's foreground color used within the month display.
Comments
The MonthForeColor property defines the calendar window's foreground color used within the month display.