SftMask/OCX 6.5

SftMaskCalendar.MonthForeColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.MonthForeColor  As UIntegerLanguage-specific information

VB

Clr = object.MonthForeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.MonthForeColor;

VC++

OLE_COLOR Clr = object->MonthForeColor;
OLE_COLOR Clr = object->GetMonthForeColor();

C

HRESULT object->get_MonthForeColor(OLE_COLOR* Clr);

Delphi

Clr := object.MonthForeColor  : CardinalLanguage-specific information;

Put

VB.NET

object.MonthForeColor = Clr  As UIntegerLanguage-specific information

VB

object.MonthForeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.MonthForeColor = Clr;

VC++

OLE_COLOR object->MonthForeColor = Clr;
void object->PutMonthForeColor(OLE_COLOR Clr);

C

HRESULT object->put_MonthForeColor(OLE_COLOR Clr);

Delphi

object.MonthForeColor := Clr  : CardinalLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com