Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

MonthBackColor Property, SftMaskCalendar Object

Defines the calendar window's background color used within the month display.

Syntax

Get

VB.NETClr = object.MonthBackColor As UInteger
VBClr = object.MonthBackColor As OLE_COLOR
C#.NETuint Clr = object.MonthBackColor;
VC++OLE_COLOR Clr = object->MonthBackColor;
OLE_COLOR Clr = object->GetMonthBackColor();
CHRESULT object->get_MonthBackColor(OLE_COLOR* Clr);

Put

VB.NETobject.MonthBackColor = Clr As UInteger
VBobject.MonthBackColor = Clr As OLE_COLOR
C#.NETuint object.MonthBackColor = Clr;
VC++OLE_COLOR object->MonthBackColor = Clr;
void object->PutMonthBackColor(OLE_COLOR Clr);
CHRESULT object->put_MonthBackColor(OLE_COLOR Clr);

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.

See Also SftMaskCalendar Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.