SftMask/OCX 6.5

SftMaskCalendar.TitleBackColor Property

Softel vdm, Inc.

Defines the calendar window's title background color.

Syntax       

Get

VB.NET

Clr = object.TitleBackColor  As UIntegerLanguage-specific information

VB

Clr = object.TitleBackColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.TitleBackColor;

VC++

OLE_COLOR Clr = object->TitleBackColor;
OLE_COLOR Clr = object->GetTitleBackColor();

C

HRESULT object->get_TitleBackColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.TitleBackColor = Clr  As UIntegerLanguage-specific information

VB

object.TitleBackColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.TitleBackColor = Clr;

VC++

OLE_COLOR object->TitleBackColor = Clr;
void object->PutTitleBackColor(OLE_COLOR Clr);

C

HRESULT object->put_TitleBackColor(OLE_COLOR Clr);

Delphi

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

object

A SftMaskCalendar object.

Clr

Defines the calendar window's title background color.

Comments

The TitleBackColor property defines the calendar window's title background color.


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