NetXP 3.0 Reference

ListBarGroupView Enumeration

Specifies the view to use for the items within a ListBarGroup.

[Visual Basic]
Public Enum ListBarGroupView
[C#]
public enum ListBarGroupView

Members

Member NameDescription
TextUnderneath The ListBar will display using large icons, with the text underneath.
TextRight The ListBar will display using small icons, with text to the right.
NoText The ListBar will display using small or large icons, with no text.

Requirements

Namespace: NETXP.Controls.Bars

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

See Also

NETXP.Controls.Bars Namespace