SftMask/OCX 6.5

SftMaskCalendar.TitleForeColor Property

Softel vdm, Inc.

Defines the calendar window's title foreground color.

Syntax       

Get

VB.NET

Clr = object.TitleForeColor  As UIntegerLanguage-specific information

VB

Clr = object.TitleForeColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.TitleForeColor;

VC++

OLE_COLOR Clr = object->TitleForeColor;
OLE_COLOR Clr = object->GetTitleForeColor();

C

HRESULT object->get_TitleForeColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.TitleForeColor = Clr  As UIntegerLanguage-specific information

VB

object.TitleForeColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.TitleForeColor = Clr;

VC++

OLE_COLOR object->TitleForeColor = Clr;
void object->PutTitleForeColor(OLE_COLOR Clr);

C

HRESULT object->put_TitleForeColor(OLE_COLOR Clr);

Delphi

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

object

A SftMaskCalendar object.

Clr

Defines the calendar window's title foreground color.

Comments

The TitleForeColor property defines the calendar window's title foreground color.


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