SftMask/OCX 6.5

SftMaskCalendar.OtherForeColor Property

Softel vdm, Inc.

Defines the calendar window's foreground color used for non-current months.

Syntax       

Get

VB.NET

Clr = object.OtherForeColor  As UIntegerLanguage-specific information

VB

Clr = object.OtherForeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.OtherForeColor;

VC++

OLE_COLOR Clr = object->OtherForeColor;
OLE_COLOR Clr = object->GetOtherForeColor();

C

HRESULT object->get_OtherForeColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.OtherForeColor = Clr  As UIntegerLanguage-specific information

VB

object.OtherForeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.OtherForeColor = Clr;

VC++

OLE_COLOR object->OtherForeColor = Clr;
void object->PutOtherForeColor(OLE_COLOR Clr);

C

HRESULT object->put_OtherForeColor(OLE_COLOR Clr);

Delphi

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

object

A SftMaskCalendar object.

Clr

Defines the calendar window's foreground color used for non-current months.

Comments

The OtherForeColor property defines the calendar window's foreground color used for non-current months.


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