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 width to 500 pixels 
Set_Property(@Window:".OLE_PANEL", "OLE.Width", 500) 

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

See Also

Height