SftMask/OCX 6.5

SftMaskCalendar.CircleToday Property

Softel vdm, Inc.

Defines whether today's date is circled.

Syntax       

Get

VB.NET

Boolean = object.CircleToday  As Boolean

VB

Boolean = object.CircleToday  As Boolean

C#.NET

bool Boolean = object.CircleToday;

VC++

VARIANT_BOOL Boolean = object->CircleToday;
VARIANT_BOOL Boolean = object->GetCircleToday();

C

HRESULT object->get_CircleToday(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.CircleToday   : WordBool;

Put

VB.NET

object.CircleToday = Boolean  As Boolean

VB

object.CircleToday = Boolean  As Boolean

C#.NET

bool object.CircleToday = Boolean;

VC++

VARIANT_BOOL object->CircleToday = Boolean;
void object->PutCircleToday(VARIANT_BOOL Boolean);

C

HRESULT object->put_CircleToday(VARIANT_BOOL Boolean);

Delphi

object.CircleToday := Boolean   : WordBool;

object

A SftMaskCalendar object.

Boolean

Defines whether today's date is circled.

Boolean

Description

True

Today’s date is circled.

False

Today’s date is not circled.

Comments

The CircleToday property defines whether today's date is circled.

When the popup calendar displays the current month, today’s date can be circled based on the CircleToday property settings.

To display today’s date below the calendar display, the Calendar.ShowToday property is used.


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