Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

Transparent Property, SftMaskCaption Object

Defines whether the caption area is transparent.

Syntax

Get

VB.NETBoolean = object.Transparent As Boolean
VBBoolean = object.Transparent As Boolean
C#.NETbool Boolean = object.Transparent;
VC++VARIANT_BOOL Boolean = object->Transparent;
VARIANT_BOOL Boolean = object->GetTransparent();
CHRESULT object->get_Transparent(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Transparent = Boolean As Boolean
VBobject.Transparent = Boolean As Boolean
C#.NETbool object.Transparent = Boolean;
VC++VARIANT_BOOL object->Transparent = Boolean;
void object->PutTransparent(VARIANT_BOOL Boolean);
CHRESULT object->put_Transparent(VARIANT_BOOL Boolean);

object

A SftMaskCaption object.

Boolean

Defines whether the caption area is transparent.

BooleanDescription
TrueThe caption area is transparent.
FalseThe caption area not is transparent.

Comments

The Transparent property defines whether the caption area is transparent.

The built-in caption can be rendered transparent, in which case the background of the enclosing window (form or dialog) is used as the caption's background and the defined background color Caption.BackColor is ignored.

Some development tools do not reflect transparency in design-time mode. While the property can be set at design-time, visually it will only take effect at run-time.

See Also SftMaskCaption Object | Object Hierarchy


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