ListBarPageStyles

Use these constants with the ListBar.PageStyle property. Use the bitwise-OR operator to specify more than one option.

  • ListBarPageStyle_FrameSelectedItem –(Value: 0x1) When set, a frame surrounds the selected item. When not set, the control highlights the text of the selected item.
  • ListBarPageStyle_IconsOnTop –(Value: 0x4) Items on the ListBar page draw icons above the text.
  • ListBarPageStyle_Tracking –(Value: 0x2) Items on the ListBar page that the mouse hovers over are highlighted.

See Also

ListBar.PageStyle