Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

AllowF4 Property, SftMask Object

Defines whether the F4 key can be used to open/close the calendar and autocomplete window.

Syntax

Get

VB.NETBoolean = object.AllowF4 As Boolean
VBBoolean = object.AllowF4 As Boolean
C#.NETbool Boolean = object.AllowF4;
VC++VARIANT_BOOL Boolean = object->AllowF4;
VARIANT_BOOL Boolean = object->GetAllowF4();
CHRESULT object->get_AllowF4(VARIANT_BOOL* Boolean);

Put

VB.NETobject.AllowF4 = Boolean As Boolean
VBobject.AllowF4 = Boolean As Boolean
C#.NETbool object.AllowF4 = Boolean;
VC++VARIANT_BOOL object->AllowF4 = Boolean;
void object->PutAllowF4(VARIANT_BOOL Boolean);
CHRESULT object->put_AllowF4(VARIANT_BOOL Boolean);

object

A SftMask object.

Boolean

Defines whether the F4 key can be used to open/close the calendar and autocomplete window.

BooleanDescription
TrueThe F4 key can be used to open/close the calendar and autocomplete window.
FalseThe F4 key has no effect.

Comments

The AllowF4 property defines whether the F4 key can be used to open/close the calendar and autocomplete window.

See Also SftMask Object | Object Hierarchy


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