Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxEdit.Locked Property

Defines the edit control portion as read/only.

Syntax

Get

VB.NETBoolean = object.Locked As Boolean
VBBoolean = object.Locked As Boolean
C#.NETbool Boolean = object.Locked;
VC++VARIANT_BOOL Boolean = object->Locked;
VARIANT_BOOL Boolean = object->GetLocked();
CHRESULT object->get_Locked(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Locked = Boolean As Boolean
VBobject.Locked = Boolean As Boolean
C#.NETbool object.Locked = Boolean;
VC++VARIANT_BOOL object->Locked = Boolean;
void object->PutLocked(VARIANT_BOOL Boolean);
CHRESULT object->put_Locked(VARIANT_BOOL Boolean);

object

A SftBoxEdit object.

Boolean

Defines the edit control portion as read/only.

BooleanDescription
TrueThe edit control portion is read/only and cannot be updated by the user.
FalseThe edit control portion can be updated by the user.

Comments

The Locked property defines the edit control portion as read/only.

If the edit control portion is read/only, the user cannot modify it. It is also displayed in a grayed fashion and the colors defined using the Edit.BackColor or Edit.ForeColor properties are ignored.

This property cannot be used with a drop down list combo box.

See Also SftBoxEdit Object | Object Hierarchy


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