Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ForeColorGrayed Property, SftMaskCaption Object

Defines the caption's text color when disabled.

Syntax

Get

VB.NETClr = object.ForeColorGrayed As UInteger
VBClr = object.ForeColorGrayed As OLE_COLOR
C#.NETuint Clr = object.ForeColorGrayed;
VC++OLE_COLOR Clr = object->ForeColorGrayed;
OLE_COLOR Clr = object->GetForeColorGrayed();
CHRESULT object->get_ForeColorGrayed(OLE_COLOR* Clr);

Put

VB.NETobject.ForeColorGrayed = Clr As UInteger
VBobject.ForeColorGrayed = Clr As OLE_COLOR
C#.NETuint object.ForeColorGrayed = Clr;
VC++OLE_COLOR object->ForeColorGrayed = Clr;
void object->PutForeColorGrayed(OLE_COLOR Clr);
CHRESULT object->put_ForeColorGrayed(OLE_COLOR Clr);

object

A SftMaskCaption object.

Clr

Defines the caption's text color when disabled.

Comments

The ForeColorGrayed property defines the caption's text color when disabled (see Enabled property).

See Also SftMaskCaption Object | Object Hierarchy


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