SftMask/OCX 6.5

SftMaskCalendar.SingleClickClose Property

Softel vdm, Inc.

Defines whether a single mouse click closes the calendar.

Syntax       

Get

VB.NET

Boolean = object.SingleClickClose  As Boolean

VB

Boolean = object.SingleClickClose  As Boolean

C#.NET

bool Boolean = object.SingleClickClose;

VC++

VARIANT_BOOL Boolean = object->SingleClickClose;
VARIANT_BOOL Boolean = object->GetSingleClickClose();

C

HRESULT object->get_SingleClickClose(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.SingleClickClose   : WordBool;

Put

VB.NET

object.SingleClickClose = Boolean  As Boolean

VB

object.SingleClickClose = Boolean  As Boolean

C#.NET

bool object.SingleClickClose = Boolean;

VC++

VARIANT_BOOL object->SingleClickClose = Boolean;
void object->PutSingleClickClose(VARIANT_BOOL Boolean);

C

HRESULT object->put_SingleClickClose(VARIANT_BOOL Boolean);

Delphi

object.SingleClickClose := Boolean   : WordBool;

object

A SftMaskCalendar object.

Boolean

Defines whether a single mouse click closes the calendar.

Boolean

Description

True

A single mouse click on a date in the popup calendar selects that date and closes the calendar.

False

A double click on a date in the popup calendar selects that date and closes the calendar.

Comments

The SingleClickClose property defines whether a single mouse click closes the calendar.

The popup calendar can also be closed using the Return key. 


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