Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

OtherForeColor Property, SftMaskCalendar Object

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

Syntax

Get

VB.NETClr = object.OtherForeColor As UInteger
VBClr = object.OtherForeColor As OLE_COLOR
C#.NETuint Clr = object.OtherForeColor;
VC++OLE_COLOR Clr = object->OtherForeColor;
OLE_COLOR Clr = object->GetOtherForeColor();
CHRESULT object->get_OtherForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.OtherForeColor = Clr As UInteger
VBobject.OtherForeColor = Clr As OLE_COLOR
C#.NETuint object.OtherForeColor = Clr;
VC++OLE_COLOR object->OtherForeColor = Clr;
void object->PutOtherForeColor(OLE_COLOR Clr);
CHRESULT object->put_OtherForeColor(OLE_COLOR Clr);

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.

See Also SftMaskCalendar Object | Object Hierarchy


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