Skip to main content
A newer version of this page is available. .
Bar

BarManagerProperties Members

Contains default customization settings for bars.

Constructors

Name Description
BarManagerProperties(BarAndDockingController) Initializes a new instance of the BarManagerProperties class and sets its properties to default values.

Properties

Name Description
AllowLinkLighting Gets or sets whether images are highlighted when links are hot-tracked.
BarItemHorzIndent Gets the default horizontal indent between the content and the borders of bar links.
BarItemVertIndent Gets the default vertical indent between the contents and borders of bar links.
DefaultGlyphSize Gets or sets the default size for all regular item icons within the BarManager.
DefaultLargeGlyphSize Gets or sets the default size for all large item icons within the BarManager.
DrawMenuRightIndent Gets or sets whether pop-up menus display the right margin.
DrawMenuSideStrip Gets or sets whether pop-up menus display the side strip for item glyphs.
LargeIcons Gets or sets whether bar items are painted using large or small icons.
LargeIconsInMenu Gets or sets whether bar items in menus are painted using large or small icons.
MenuAnimationType Gets or sets the type of animation used for the menu.
MostRecentItemsPercent Gets or sets the value (as a percentage) that determines which of the menu items that haven’t recently been used should be hidden.
OptionsMultiColumn Provides access to the settings of the multicolumn mode of displaying items in all pop-up menus and sub-menus controlled by the BarManager component.
ScaleEditors Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user’s monitor.
ScaleIcons Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user’s monitor.
SubmenuHasShadow Gets or sets a value indicating whether a submenu casts a shadow.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLinkHorzIndent() Returns the horizontal indent between the content and the borders of bar links.
GetLinkVertIndent() Returns the vertical indent between the content and the borders of bar links.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetStyleDefaults() Updates the style settings with respect to the painting style applied.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also