Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

TitleForeColor Property, SftMaskCalendar Object

Defines the calendar window's title foreground color.

Syntax

Get

VB.NETClr = object.TitleForeColor As UInteger
VBClr = object.TitleForeColor As OLE_COLOR
C#.NETuint Clr = object.TitleForeColor;
VC++OLE_COLOR Clr = object->TitleForeColor;
OLE_COLOR Clr = object->GetTitleForeColor();
CHRESULT object->get_TitleForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.TitleForeColor = Clr As UInteger
VBobject.TitleForeColor = Clr As OLE_COLOR
C#.NETuint object.TitleForeColor = Clr;
VC++OLE_COLOR object->TitleForeColor = Clr;
void object->PutTitleForeColor(OLE_COLOR Clr);
CHRESULT object->put_TitleForeColor(OLE_COLOR Clr);

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.

See Also SftMaskCalendar Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.