Versions Compared

Key

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

...

This property is only valid for cell's whose CellType property property has been set to "Push Button."

Example

 

Code Block
// Disable all buttons in the first column 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellButtonEnabled[1; All]", 0) 

// Enabled all buttons
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellButtonEnabled[All; All]", 1)

...