Back to Devexpress

BarManagerProperties Members

windowsforms-devexpress-dot-xtrabars-dot-barmanagerproperties-dot-underscore-members.md

latest7.2 KB
Original Source

BarManagerProperties Members

Contains default customization settings for bars.

Constructors

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

Properties

NameDescription
AllowLinkLightingGets or sets whether images are highlighted when links are hot-tracked.
BarItemHorzIndentReturns the actual horizontal indent, in pixels, between a bar item link’s content and borders.
BarItemVertIndentReturns the actual vertical indent, in pixels, between a bar item link’s content and borders.
DefaultGlyphSizeGets or sets the default size for all regular item icons within the BarManager.
DefaultLargeGlyphSizeGets or sets the default size for all large item icons within the BarManager.
DistanceBetweenItemsGets or sets the distance between item links in all bars managed by the BarAndDockingController object. To override this global value for an individual Bar, set the BarOptions.DistanceBetweenItems property for this bar.
DrawMenuRightIndentGets or sets whether pop-up menus display the right margin.
DrawMenuSideStripGets or sets whether pop-up menus display the side strip for item glyphs.
LargeIconsGets or sets whether bar items are painted using large or small icons.
LargeIconsInMenuGets or sets whether bar items in menus are painted using large or small icons.
MenuAnimationTypeGets or sets the type of animation used for the menu.
MostRecentItemsPercentGets or sets the value (as a percentage) that determines which of the menu items that haven’t recently been used should be hidden.
OptionsMultiColumnProvides access to the settings of the multicolumn mode of displaying items in all pop-up menus and sub-menus controlled by the BarManager component.
ScaleEditorsGets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user’s monitor.
ScaleIconsGets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user’s monitor.
SubmenuHasShadowGets or sets a value that indicates whether a submenu casts a shadow.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
GetDistanceBetweenItems(Single)Returns the actual distance between neighboring bar items.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetLinkHorzIndent()Returns the actual horizontal indent, in pixels, between a bar item link’s content and borders.
GetLinkHorzIndent(Single)Returns the actual horizontal indent, in pixels, between a bar item link’s content and borders.
GetLinkVertIndent()Returns the actual vertical indent, in pixels, between a bar item link’s content and borders.
GetLinkVertIndent(Single)Returns the actual vertical indent, in pixels, between a bar item link’s content and borders.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

BarManagerProperties Class

DevExpress.XtraBars Namespace