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