Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The NoneButtonVisible property is used to show or hide the None button. The None button provides a convenient means for removing the current selection.

Example

Code Block
 // Show the None button 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.NoneButtonVisible", 1)

...