SftMask/OCX 6.5

SftMaskCalendar.ShowToday Property

Softel vdm, Inc.

Defines whether the calendar shows the current date.

Syntax       

Get

VB.NET

Boolean = object.ShowToday  As Boolean

VB

Boolean = object.ShowToday  As Boolean

C#.NET

bool Boolean = object.ShowToday;

VC++

VARIANT_BOOL Boolean = object->ShowToday;
VARIANT_BOOL Boolean = object->GetShowToday();

C

HRESULT object->get_ShowToday(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ShowToday   : WordBool;

Put

VB.NET

object.ShowToday = Boolean  As Boolean

VB

object.ShowToday = Boolean  As Boolean

C#.NET

bool object.ShowToday = Boolean;

VC++

VARIANT_BOOL object->ShowToday = Boolean;
void object->PutShowToday(VARIANT_BOOL Boolean);

C

HRESULT object->put_ShowToday(VARIANT_BOOL Boolean);

Delphi

object.ShowToday := Boolean   : WordBool;

object

A SftMaskCalendar object.

Boolean

Defines whether the calendar shows the current date.

Boolean

Description

True

Today’s date is displayed.

False

Today’s date is not displayed.

Comments

The ShowToday property defines whether the calendar shows the current date.

To circle today's date in the calendar display, the Calendar.CircleToday property is used.


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