Versions Compared

Key

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

...

The default type is Link. A Link type item has an image associated with it and may show feedback to the user as the mouse hovers over it. The feedback is determined by the HotTrackStyle property.

An alternative item type is Text. A Text type item simply shows text and does not provide feedback to the user as the mouse hovers over it. Text type items also have no image associated with them. Think of the Text type item as a static label. You can still change its text and respond to clicks.

There is currently no way to have a Link type item without an image. If you want no image, set the ImageList property to an 1x1 transparent image.

...