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 | Returns the actual horizontal indent, in pixels, between a bar item link’s content and borders. |
BarItemVertIndent | Returns the actual vertical indent, in pixels, between a bar item link’s content and borders. |
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. |
DistanceBetweenItems | Gets 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. |
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 that indicates 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. |
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() 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