SftMask/OCX 6.5

SftMaskCalendar.MonthBackColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.MonthBackColor  As UIntegerLanguage-specific information

VB

Clr = object.MonthBackColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.MonthBackColor;

VC++

OLE_COLOR Clr = object->MonthBackColor;
OLE_COLOR Clr = object->GetMonthBackColor();

C

HRESULT object->get_MonthBackColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.MonthBackColor = Clr  As UIntegerLanguage-specific information

VB

object.MonthBackColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.MonthBackColor = Clr;

VC++

OLE_COLOR object->MonthBackColor = Clr;
void object->PutMonthBackColor(OLE_COLOR Clr);

C

HRESULT object->put_MonthBackColor(OLE_COLOR Clr);

Delphi

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

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.


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