Versions Compared

Key

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

...

First, note that one of the acceptable options is "Default", which uses the layout predetermined by the current value of the Behavior property.

The remaining values override the Behavior property's settings. Here is a visual chart showing the differences between the remaining options:

...

Code Block
// Set a custom layout 
Set_Property(@Window:".OLE_SHORTCUTBAR", "OLE.Layout", "ImagesWithTextBelow") 

// Let the Behavior property determine layout 
Set_Property(@Window:".OLE_SHORTCUTBAR", "OLE.Layout", "Default")

See Also

Behavior