Versions Compared

Key

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

...

The "List" and "Toolbox" behaviors are nearly the same in that they both allow the user to view only one group at a time. The difference between them is that the default layout of "List" is images with text below while the default layout for "Toolbox" is image with text on the right. However, you can change the layout of either behavior via the Layout property.


Example

Code Block
// Set the behavior to "List", which is similar to the Outlook bar 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Behavior", "List") 

// Set the behavior to "Toolbox", which is similar to the Outlook bar with small icons 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Behavior", "Toolbox")

See Also

Layout