Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

LockedDropDown Property, SftMask Object

Defines whether the calendar drop down button is disabled.

Syntax

Get

VB.NETBoolean = object.LockedDropDown As Boolean
VBBoolean = object.LockedDropDown As Boolean
C#.NETbool Boolean = object.LockedDropDown;
VC++VARIANT_BOOL Boolean = object->LockedDropDown;
VARIANT_BOOL Boolean = object->GetLockedDropDown();
CHRESULT object->get_LockedDropDown(VARIANT_BOOL* Boolean);

Put

VB.NETobject.LockedDropDown = Boolean As Boolean
VBobject.LockedDropDown = Boolean As Boolean
C#.NETbool object.LockedDropDown = Boolean;
VC++VARIANT_BOOL object->LockedDropDown = Boolean;
void object->PutLockedDropDown(VARIANT_BOOL Boolean);
CHRESULT object->put_LockedDropDown(VARIANT_BOOL Boolean);

object

A SftMask object.

Boolean

Defines whether the calendar drop down button is disabled.

BooleanDescription
TrueThe drop down button is locked and cannot be clicked.
FalseThe drop down button can be clicked.

Comments

The LockedDropDown property defines whether the calendar drop down button is disabled.

The EditStyle property controls the presence of the up/down buttons, the drop down button and the ellipse button.

When the Locked property is set, it also updates the LockedDropDown, LockedEllipse and LockedUpDown properties with the same Boolean value. The LockedDropDown, LockedEllipse and LockedUpDown properties can be set independently after setting the Locked property.

See Also SftMask Object | Object Hierarchy


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