Versions Compared

Key

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

...

This property has no effect if the Autosize is set to 1.

Example

Code Block
 // Set the months to 2 columns and 2 rows 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.Autosize", 0) 
Set_Property(@Window:".OLE_DATEPICKER", "OLE.GridSize", 2:@FM:2)

...