Versions Compared

Key

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

...

This property is ignored when embedded a form using SetForm.

Example

Code Block
// Set the height to 1000 pixels 
Set_Property(@Window:".OLE_PANEL", "OLE.Height", 1000) 

// Set the height to be the same as the panel's height 
Set_Property(@Window:".OLE_PANEL", "OLE.Height", 0)

See Also

Width