Shows or hides the Today button.

Usage

Set_Property(OLECtrlEntID, "OLE.TodayButtonVisible", Boolean)

Values

[True | False]

Default: True

Remarks

The TodayButtonVisible property is used to show or hide the Today button. The Today button provides a convenient means for selecting today's date. Clicking on it will also bring today's date into view.

Example

// Hide the Today button 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.TodayButtonVisible", 0

See Also

NoneButtonVisible

  • No labels