Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

MonthForeColor Property, SftMaskCalendar Object

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

Syntax

Get

VB.NETClr = object.MonthForeColor As UInteger
VBClr = object.MonthForeColor As OLE_COLOR
C#.NETuint Clr = object.MonthForeColor;
VC++OLE_COLOR Clr = object->MonthForeColor;
OLE_COLOR Clr = object->GetMonthForeColor();
CHRESULT object->get_MonthForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.MonthForeColor = Clr As UInteger
VBobject.MonthForeColor = Clr As OLE_COLOR
C#.NETuint object.MonthForeColor = Clr;
VC++OLE_COLOR object->MonthForeColor = Clr;
void object->PutMonthForeColor(OLE_COLOR Clr);
CHRESULT object->put_MonthForeColor(OLE_COLOR Clr);

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.

See Also SftMaskCalendar Object | Object Hierarchy


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