Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

SingleClickClose Property, SftMaskCalendar Object

Defines whether a single mouse click closes the calendar.

Syntax

Get

VB.NETBoolean = object.SingleClickClose As Boolean
VBBoolean = object.SingleClickClose As Boolean
C#.NETbool Boolean = object.SingleClickClose;
VC++VARIANT_BOOL Boolean = object->SingleClickClose;
VARIANT_BOOL Boolean = object->GetSingleClickClose();
CHRESULT object->get_SingleClickClose(VARIANT_BOOL* Boolean);

Put

VB.NETobject.SingleClickClose = Boolean As Boolean
VBobject.SingleClickClose = Boolean As Boolean
C#.NETbool object.SingleClickClose = Boolean;
VC++VARIANT_BOOL object->SingleClickClose = Boolean;
void object->PutSingleClickClose(VARIANT_BOOL Boolean);
CHRESULT object->put_SingleClickClose(VARIANT_BOOL Boolean);

object

A SftMaskCalendar object.

Boolean

Defines whether a single mouse click closes the calendar.

BooleanDescription
TrueA single mouse click on a date in the popup calendar selects that date and closes the calendar.
FalseA 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.

See Also SftMaskCalendar Object | Object Hierarchy


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