SftMask/OCX 6.5

SftMask.AllowF4 Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Boolean = object.AllowF4  As Boolean

VB

Boolean = object.AllowF4  As Boolean

C#.NET

bool Boolean = object.AllowF4;

VC++

VARIANT_BOOL Boolean = object->AllowF4;
VARIANT_BOOL Boolean = object->GetAllowF4();

C

HRESULT object->get_AllowF4(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.AllowF4   : WordBool;

Put

VB.NET

object.AllowF4 = Boolean  As Boolean

VB

object.AllowF4 = Boolean  As Boolean

C#.NET

bool object.AllowF4 = Boolean;

VC++

VARIANT_BOOL object->AllowF4 = Boolean;
void object->PutAllowF4(VARIANT_BOOL Boolean);

C

HRESULT object->put_AllowF4(VARIANT_BOOL Boolean);

Delphi

object.AllowF4 := Boolean   : WordBool;

object

A SftMask object.

Boolean

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

Boolean

Description

True

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

False

The 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.


Feedback / comments / error reports for this topic
© 2000, 2008 - Softel vdm, Inc. - www.softelvdm.com