Skip to main content
Bar

BarManagerCategory Members

An individual category.

Constructors

Name Description
BarManagerCategory() Initializes a new instance of the BarManagerCategory class.

Fields

Name Description
CaptionProperty static Identifies the BarManagerCategory.Caption dependency property.
NameProperty static Identifies the BarManagerCategory.Name dependency property.
VisibleProperty static Identifies the BarManagerCategory.Visible dependency property.

Properties

Name Description
Caption Gets or sets the category’s display caption.
Name

Gets or sets the category’s name. This is a dependency property.

Visible

Gets or sets whether the category is visible in the Customization Window at runtime. This is a dependency property.

Methods

Name Description
GetBarItems() Gets the bar items that are associated with the current category.
See Also