SftMask/OCX 6.5

SftMaskCalendar.DropOnFocus Property

Softel vdm, Inc.

Defines whether the calendar becomes visible automatically, when the control receives the input focus.

Syntax       

Get

VB.NET

Boolean = object.DropOnFocus  As Boolean

VB

Boolean = object.DropOnFocus  As Boolean

C#.NET

bool Boolean = object.DropOnFocus;

VC++

VARIANT_BOOL Boolean = object->DropOnFocus;
VARIANT_BOOL Boolean = object->GetDropOnFocus();

C

HRESULT object->get_DropOnFocus(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.DropOnFocus   : WordBool;

Put

VB.NET

object.DropOnFocus = Boolean  As Boolean

VB

object.DropOnFocus = Boolean  As Boolean

C#.NET

bool object.DropOnFocus = Boolean;

VC++

VARIANT_BOOL object->DropOnFocus = Boolean;
void object->PutDropOnFocus(VARIANT_BOOL Boolean);

C

HRESULT object->put_DropOnFocus(VARIANT_BOOL Boolean);

Delphi

object.DropOnFocus := Boolean   : WordBool;

object

A SftMaskCalendar object.

Boolean

Defines whether the calendar becomes visible automatically, when the control receives the input focus.

Boolean

Description

True

The calendar becomes visible automatically, when the control receives the input focus.

False

The calendar doesn't become visible automatically.

Comments

The DropOnFocus property defines whether the calendar becomes visible automatically, when the control receives the input focus.


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