|
|
|
SftMaskCalendar.CircleToday Property |
Defines whether today's date is circled.
Syntax
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;
|
||
C |
HRESULT object->get_CircleToday(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.CircleToday : WordBool; |
||
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;
|
||
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 |
Todays date is circled. |
False |
Todays date is not circled. |
Comments
The CircleToday property defines whether today's date is circled.
When the popup calendar displays the current month, todays date can be circled based on the CircleToday property settings.
To display todays date below the calendar display, the Calendar.ShowToday property is used.