NetXP 3.0 Reference

ListBar Class

The ListBar control is an implementation of the Microsoft outlook bar control. This control provides both the functionality of a standard outlook bar control as well as the functionality of the VS.NET toolbox control. The ListBar control supports drag and drop, as well as custom rendering. The bars are configured using ListBarGroup objects which are collected in the ListBarGroupCollection object accessible through the control's Groups property. Each ListBarGroup in turn contains a ListBarItemCollection of ListBarItem objects which represent the buttons within each group.

For a list of all members of this type, see ListBar Members.

System.Object
   MarshalByRefObject
      Component
         Control
            ScrollableControl
               ContainerControl
                  UserControl
                     ListBar

[Visual Basic]
NotInheritable Public Class ListBar
Inherits UserControl
Implements System.ComponentModel.ISupportInitialize
[C#]
public sealed class ListBar : UserControl, ISupportInitialize

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NETXP.Controls.Bars

Assembly: NETXP.Controls.Bars (in NETXP.Controls.Bars.dll)

See Also

ListBar Members | NETXP.Controls.Bars Namespace